| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId |
Represents the LocationId of the customer's location to edit. If null, creates a new location for the customer. |
integer |
Minimum value: 1 |
| Status |
Indicates if the location should be open or closed. |
OpenCloseStatus |
Required |
| ShortName |
A short name for the location. |
string |
Required String length: inclusive between 1 and 50 |
| Name |
A long name for the location |
string |
Required String length: inclusive between 1 and 100 |
| TaxCode |
The default tax code for the location |
string |
Required String length: inclusive between 1 and 30 |
| ShippingAddressSameAsBillingAddress |
Is the shipping address the same as the billing address. |
boolean |
Default value is false |
| BillingAddress |
The billing address for the location |
Address |
Required |
| ShippingAddress |
The shipping address for the location. Not required if same as billing address. |
Address |
None. |
| DefaultAbcShopLocationId |
The Id of the ABC Shop location to use as a default for the location. The location must be an AbcShop, FM, or VFM. |
integer |
Minimum value: 1 |
| ShippingAttention |
The attention line associated with the ShippingAddress |
string |
String length: inclusive between 0 and 50 |
| BillingAttention |
The attenion line associated with the BillingAddress |
string |
String length: inclusive between 0 and 50 |