GET api/Customers/GetCustomerLocations?CustomerID={CustomerID}&LocationID={LocationID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerID

string

None.

LocationID

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

CustomerLocations
NameDescriptionTypeAdditional information
CustomerLocation

Collection of CustomerLocation

None.

Response Formats

application/xml, text/xml

Sample:
<CustomerLocations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CustomerLocation>
    <CustomerID>sample string 1</CustomerID>
    <LocationID>sample string 2</LocationID>
    <DefaultLocation>true</DefaultLocation>
  </CustomerLocation>
  <CustomerLocation>
    <CustomerID>sample string 1</CustomerID>
    <LocationID>sample string 2</LocationID>
    <DefaultLocation>true</DefaultLocation>
  </CustomerLocation>
</CustomerLocations>