Name | Description | Type | Additional information |
---|---|---|---|
AddressBookEntryId |
Represents the Id of the customer's address book entry to edit. If null, creates a new addressbook entry for the customer. |
integer |
Minimum value: 1 |
LocationId |
The id of a customer location this entry is for. Null means customer level. Populated means location level. |
integer |
Minimum value: 1 |
FirstName |
The First name of the entry |
string |
Max length: 100 |
LastName |
The Last name of the entry |
string |
Max length: 100 |
PhoneNumber |
The phone number of the entry |
string |
Max length: 50 |
EmailAddress |
The email address of the entry |
string |
Max length: 128 |
Address |
The Address of the entry |
AddressBookAdress |
Required |
AddressValidationBypassed |
Was the address validation performed or bypassed. |
boolean |
Required |
CompanyName |
The associated Company name of the entry |
string |
Max length: 100 |
VatCode |
The VAT code for the entry |
string |
Max length: 50 |
LocationCode |
A customer designated location code for the entry |
string |
Max length: 50 |
LocationName |
A customer designated location name for the entry |
string |
Max length: 120 |
RelatedConsigneeId |
The ID of a related consignee addressbook entry. Used during international shipping. |
integer |
Minimum value: 1 |
TradeLocation |
Is the entry identified as a Trade Location. Makes a difference during international shipping. |
boolean |
None. |
Consignee |
Is the entry a Consignee entry for use during international shipping. |
boolean |
None. |