| Name | Description | Type | Additional Information |
|---|---|---|---|
| AddressType |
Address Type - B = BillTo or S = ShipTo |
string |
Required Max length: 1 |
| Address1 |
Address 1 |
string |
Required Max length: 50 |
| Address2 |
Address 2 |
string |
Max length: 50 |
| Address3 |
Address 3 |
string |
Max length: 50 |
| Address4 |
Address 4 |
string |
Max length: 50 |
| City |
City |
string |
Max length: 25 |
| State |
State |
string |
Max length: 2 |
| Zip |
Zip |
string |
Max length: 10 |
| Inactive |
Indicates if the bill to or ship to address is active or inactive |
boolean |
Must be 0, 1, True, or False |
| PrimaryAddress |
Indicates if the bill to or ship to address is the primary address for the customer |
boolean |
Must be 0, 1, True, or False |
| SalesPersonId |
Salesperson assigned to the Address record |
string |
Max length: 15 |
| SalesPersonFirstName |
Salesperson's First Name |
string |
Max length: 30 |
| SalesPersonLastName |
Salesperson's Last Name |
string |
Max length: 30 |