DELETE api/Customers/DeleteCustomerLocations?CustomerID={CustomerID}&LocationID={LocationID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerID

string

Required

LocationID

string

Required

Body Parameters

None.

Response Information

Resource Description

DeleteResult
NameDescriptionTypeAdditional information
ResultCode

ExternalResultCode

None.

Errors

Collection of Error

None.

Response Formats

application/xml, text/xml

Sample:
<DeleteResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ResultCode>None</ResultCode>
  <Errors>
    <Error>
      <Level>Warning</Level>
      <Message>sample string 1</Message>
    </Error>
    <Error>
      <Level>Warning</Level>
      <Message>sample string 1</Message>
    </Error>
  </Errors>
</DeleteResult>