properties contact (http://api.3plcentral.com/rels/properties/contact)
Resource:
a contact (name, address, phone, email
C# Rel Const:
Rels.PropertySvc.Contact
URI template:
contacts/{id}
Get a single contact
Success status: 200; ETag response header supplied; Response is cacheable
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 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
}
Update a contact
If-Match request header required; Success status: 200; ETag response header supplied
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
{
  "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
}
Delete a contact
If-Match request header required; Success status: 204
Name (* = required) Data Type Description
id * int contact id

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.