GET v1/CustomerAddressPreferences/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Common.Dto.Get.CustomerAddressPreferenceName | Description | Type | Additional information |
---|---|---|---|
contactName | string |
None. |
|
shippingInstructions | string |
None. |
|
useBillingAddressAsShippingAddress | boolean |
None. |
|
addressForTaxes | Common.Dto.Get.Address |
None. |
|
billingAddress | Common.Dto.Get.Address |
None. |
|
shippingAddress | Common.Dto.Get.Address |
None. |
|
id | integer |
None. |
|
uri | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "contactName": "sample string 1", "shippingInstructions": "sample string 2", "useBillingAddressAsShippingAddress": true, "addressForTaxes": { "customerAddressPreferenceId": 1, "companyName": "sample string 2", "line1": "sample string 3", "line2": "sample string 4", "countryId": 1, "country": "sample string 5", "stateId": 1, "state": "sample string 6", "city": "sample string 7", "postalZip": "sample string 8", "addressType": "sample string 9", "valid": true, "id": 11, "uri": "sample string 12" }, "billingAddress": { "customerAddressPreferenceId": 1, "companyName": "sample string 2", "line1": "sample string 3", "line2": "sample string 4", "countryId": 1, "country": "sample string 5", "stateId": 1, "state": "sample string 6", "city": "sample string 7", "postalZip": "sample string 8", "addressType": "sample string 9", "valid": true, "id": 11, "uri": "sample string 12" }, "shippingAddress": { "customerAddressPreferenceId": 1, "companyName": "sample string 2", "line1": "sample string 3", "line2": "sample string 4", "countryId": 1, "country": "sample string 5", "stateId": 1, "state": "sample string 6", "city": "sample string 7", "postalZip": "sample string 8", "addressType": "sample string 9", "valid": true, "id": 11, "uri": "sample string 12" }, "id": 4, "uri": "sample string 5" }