mirror of https://github.com/vernonkeenan/lib
parent
808af752b3
commit
fc4eccf2ea
|
@ -58,9 +58,6 @@ type Contact struct {
|
|||
// Email Bounce Reason
|
||||
EmailBouncedReason string `json:"EmailBouncedReason,omitempty"`
|
||||
|
||||
// Taxnexus Enrollment Status
|
||||
EnrollmentStatus string `json:"EnrollmentStatus,omitempty"`
|
||||
|
||||
// Fax Number
|
||||
Fax string `json:"Fax,omitempty"`
|
||||
|
||||
|
@ -82,9 +79,6 @@ type Contact struct {
|
|||
// Does this contact have bounced emails?
|
||||
IsEmailBounced bool `json:"IsEmailBounced,omitempty"`
|
||||
|
||||
// Is Provisioned?
|
||||
IsProvisioned bool `json:"IsProvisioned,omitempty"`
|
||||
|
||||
// Last Modified By User ID
|
||||
LastModifiedByID string `json:"LastModifiedByID,omitempty"`
|
||||
|
||||
|
@ -97,18 +91,12 @@ type Contact struct {
|
|||
// Lead Source
|
||||
LeadSource string `json:"LeadSource,omitempty"`
|
||||
|
||||
// Level
|
||||
Level string `json:"Level,omitempty"`
|
||||
|
||||
// LinkedIn Page
|
||||
LinkedIn string `json:"LinkedIn,omitempty"`
|
||||
|
||||
// mailing address
|
||||
MailingAddress *Address `json:"MailingAddress,omitempty"`
|
||||
|
||||
// Mailing Lists
|
||||
MailingLists string `json:"MailingLists,omitempty"`
|
||||
|
||||
// Mobile Phone
|
||||
MobilePhone string `json:"MobilePhone,omitempty"`
|
||||
|
||||
|
@ -133,29 +121,11 @@ type Contact struct {
|
|||
// URL of a photograph of this User
|
||||
PhotoURL string `json:"PhotoURL,omitempty"`
|
||||
|
||||
// Recruiting Status
|
||||
RecruitingStatus string `json:"RecruitingStatus,omitempty"`
|
||||
|
||||
// External reference to this contact, if any
|
||||
Ref string `json:"Ref,omitempty"`
|
||||
|
||||
// Reports To Contact ID
|
||||
ReportsToID string `json:"ReportsToID,omitempty"`
|
||||
|
||||
// Contact Salutation
|
||||
Salutation string `json:"Salutation,omitempty"`
|
||||
|
||||
// The Contact Status
|
||||
Status string `json:"Status,omitempty"`
|
||||
|
||||
// Tenant Identifier
|
||||
TenantID string `json:"TenantID,omitempty"`
|
||||
|
||||
// Contact Title
|
||||
Title string `json:"Title,omitempty"`
|
||||
|
||||
// Contact Type
|
||||
Type string `json:"Type,omitempty"`
|
||||
}
|
||||
|
||||
// Validate validates this contact
|
||||
|
|
|
@ -1393,9 +1393,6 @@ definitions:
|
|||
EmailBouncedReason:
|
||||
description: Email Bounce Reason
|
||||
type: string
|
||||
EnrollmentStatus:
|
||||
description: Taxnexus Enrollment Status
|
||||
type: string
|
||||
Fax:
|
||||
description: Fax Number
|
||||
type: string
|
||||
|
@ -1417,9 +1414,6 @@ definitions:
|
|||
IsEmailBounced:
|
||||
description: Does this contact have bounced emails?
|
||||
type: boolean
|
||||
IsProvisioned:
|
||||
description: Is Provisioned?
|
||||
type: boolean
|
||||
LastModifiedByID:
|
||||
description: Last Modified By User ID
|
||||
type: string
|
||||
|
@ -1432,17 +1426,11 @@ definitions:
|
|||
LeadSource:
|
||||
description: Lead Source
|
||||
type: string
|
||||
Level:
|
||||
description: Level
|
||||
type: string
|
||||
LinkedIn:
|
||||
description: LinkedIn Page
|
||||
type: string
|
||||
MailingAddress:
|
||||
$ref: "#/definitions/Address"
|
||||
MailingLists:
|
||||
description: Mailing Lists
|
||||
type: string
|
||||
MobilePhone:
|
||||
description: Mobile Phone
|
||||
type: string
|
||||
|
@ -1466,30 +1454,12 @@ definitions:
|
|||
PhotoURL:
|
||||
description: URL of a photograph of this User
|
||||
type: string
|
||||
RecruitingStatus:
|
||||
description: Recruiting Status
|
||||
type: string
|
||||
Ref:
|
||||
description: "External reference to this contact, if any"
|
||||
type: string
|
||||
ReportsToID:
|
||||
description: Reports To Contact ID
|
||||
type: string
|
||||
Salutation:
|
||||
description: Contact Salutation
|
||||
type: string
|
||||
Status:
|
||||
description: The Contact Status
|
||||
type: string
|
||||
TenantID:
|
||||
description: Tenant Identifier
|
||||
type: string
|
||||
Title:
|
||||
description: Contact Title
|
||||
type: string
|
||||
Type:
|
||||
description: Contact Type
|
||||
type: string
|
||||
type: object
|
||||
ContactRequest:
|
||||
properties:
|
||||
|
|
Loading…
Reference in New Issue