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