POST api/Address/DeleteAddressList
Request Information
URI Parameters
None.
Body Parameters
DeleteAddressListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "7b40fd1a-08cf-4924-a0b3-46a28f55bbc4"
}
application/xml, text/xml
Sample:
<DeleteAddressListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request"> <CustomerId>7b40fd1a-08cf-4924-a0b3-46a28f55bbc4</CustomerId> </DeleteAddressListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DeleteAddressListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true
}
application/xml, text/xml
Sample:
<DeleteAddressListResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Response"> <Success>true</Success> </DeleteAddressListResponse>