POST api/Customers/Addresses/Update?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
CustomerAddressesResponseBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CUSTNMBR | string |
None. |
|
| ADRSCODE | string |
None. |
|
| CreatedDate | date |
None. |
|
| MXSLS_Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CUSTNMBR": "sample string 1",
"ADRSCODE": "sample string 2",
"CreatedDate": "2025-12-05T23:42:53.2540352-04:00",
"MXSLS_Status": 1
}
application/xml, text/xml
Sample:
<CustomerAddressesResponseBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MaxSalesApi.Models"> <ADRSCODE>sample string 2</ADRSCODE> <CUSTNMBR>sample string 1</CUSTNMBR> <CreatedDate>2025-12-05T23:42:53.2540352-04:00</CreatedDate> <MXSLS_Status>1</MXSLS_Status> </CustomerAddressesResponseBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CustomerAddressesResponseBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CUSTNMBR | string |
None. |
|
| ADRSCODE | string |
None. |
|
| CreatedDate | date |
None. |
|
| MXSLS_Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CUSTNMBR": "sample string 1",
"ADRSCODE": "sample string 2",
"CreatedDate": "2025-12-05T23:42:53.2540352-04:00",
"MXSLS_Status": 1
}
application/xml, text/xml
Sample:
<CustomerAddressesResponseBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MaxSalesApi.Models"> <ADRSCODE>sample string 2</ADRSCODE> <CUSTNMBR>sample string 1</CUSTNMBR> <CreatedDate>2025-12-05T23:42:53.2540352-04:00</CreatedDate> <MXSLS_Status>1</MXSLS_Status> </CustomerAddressesResponseBindingModel>