POST api/Address/DeleteAddressList

Request Information

URI Parameters

None.

Body Parameters

DeleteAddressListRequest
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "8847452b-dcd1-47d7-a90b-18373577f834"
}

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>8847452b-dcd1-47d7-a90b-18373577f834</CustomerId>
</DeleteAddressListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DeleteAddressListResponse
NameDescriptionTypeAdditional 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>