Name
(* = required)
Data Type Description
id
*
int
contact id
Type
Description
ContactId
int
Code
string
CustomerIdentifier
Generic.Models.CustomerIdentifier
ExternalId
string
Name
string
Id
int
ContactType
string
CompanyName
string
Name
string
Title
string
Address1
string
Address2
string
City
string
State
string
Zip
string
County
string
Country
string
PhoneNumber
string
Fax
string
EmailAddress
string
Dept
string
IsFavorite
bool
AddressStatus
Common.Enum.AddressStatusType
confirmation status
- 0: Unconfirmed
- 1: Confirmed
- 2: UserAccepted
Bill3rdPartyAccount
string
IsAddressResidential
bool?
RetailerId
int?
Sample content-type: application/hal+json
Copy to clipboard
copied
{
"contactId": 1 ,
"code": "str" ,
"customerIdentifier": {
"externalId": "str" ,
"name": "str" ,
"id": 3
},
"contactType": "str" ,
"companyName": "str" ,
"name": "str" ,
"title": "str" ,
"address1": "str" ,
"address2": "str" ,
"city": "str" ,
"state": "str" ,
"zip": "str" ,
"county": "str" ,
"country": "str" ,
"phoneNumber": "str" ,
"fax": "str" ,
"emailAddress": "str" ,
"dept": "str" ,
"isFavorite": true ,
"addressStatus": 0 ,
"bill3rdPartyAccount": "str" ,
"isAddressResidential": true ,
"retailerId": 1
}
Type
Description
ContactId
int
Code
string
CustomerIdentifier
Generic.Models.CustomerIdentifier
ExternalId
string
Name
string
Id
int
ContactType
string
CompanyName
string
Name
string
Title
string
Address1
string
Address2
string
City
string
State
string
Zip
string
County
string
Country
string
PhoneNumber
string
Fax
string
EmailAddress
string
Dept
string
IsFavorite
bool
AddressStatus
Common.Enum.AddressStatusType
confirmation status
- 0: Unconfirmed
- 1: Confirmed
- 2: UserAccepted
Bill3rdPartyAccount
string
IsAddressResidential
bool?
RetailerId
int?
Sample accept: application/hal+json
{
"contactId": 1 ,
"code": "str" ,
"customerIdentifier": {
"externalId": "str" ,
"name": "str" ,
"id": 3
},
"contactType": "str" ,
"companyName": "str" ,
"name": "str" ,
"title": "str" ,
"address1": "str" ,
"address2": "str" ,
"city": "str" ,
"state": "str" ,
"zip": "str" ,
"county": "str" ,
"country": "str" ,
"phoneNumber": "str" ,
"fax": "str" ,
"emailAddress": "str" ,
"dept": "str" ,
"isFavorite": true ,
"addressStatus": 0 ,
"bill3rdPartyAccount": "str" ,
"isAddressResidential": true ,
"retailerId": 1
}