GET api/Member/GuestLocations
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"LocationCode": "sample string 1",
"LocationName": "sample string 2",
"SalesAccount": "sample string 3",
"CTaxCode": "sample string 4",
"CTaxValue": "sample string 5",
"CTaxLedgerID": "sample string 6",
"STaxCode": "sample string 7",
"STaxValue": "sample string 8",
"STaxLedgerID": "sample string 9"
},
{
"LocationCode": "sample string 1",
"LocationName": "sample string 2",
"SalesAccount": "sample string 3",
"CTaxCode": "sample string 4",
"CTaxValue": "sample string 5",
"CTaxLedgerID": "sample string 6",
"STaxCode": "sample string 7",
"STaxValue": "sample string 8",
"STaxLedgerID": "sample string 9"
},
{
"LocationCode": "sample string 1",
"LocationName": "sample string 2",
"SalesAccount": "sample string 3",
"CTaxCode": "sample string 4",
"CTaxValue": "sample string 5",
"CTaxLedgerID": "sample string 6",
"STaxCode": "sample string 7",
"STaxValue": "sample string 8",
"STaxLedgerID": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfGuestLocations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMSWebAPI.Model">
<GuestLocations>
<CTaxCode>sample string 4</CTaxCode>
<CTaxLedgerID>sample string 6</CTaxLedgerID>
<CTaxValue>sample string 5</CTaxValue>
<LocationCode>sample string 1</LocationCode>
<LocationName>sample string 2</LocationName>
<STaxCode>sample string 7</STaxCode>
<STaxLedgerID>sample string 9</STaxLedgerID>
<STaxValue>sample string 8</STaxValue>
<SalesAccount>sample string 3</SalesAccount>
</GuestLocations>
<GuestLocations>
<CTaxCode>sample string 4</CTaxCode>
<CTaxLedgerID>sample string 6</CTaxLedgerID>
<CTaxValue>sample string 5</CTaxValue>
<LocationCode>sample string 1</LocationCode>
<LocationName>sample string 2</LocationName>
<STaxCode>sample string 7</STaxCode>
<STaxLedgerID>sample string 9</STaxLedgerID>
<STaxValue>sample string 8</STaxValue>
<SalesAccount>sample string 3</SalesAccount>
</GuestLocations>
<GuestLocations>
<CTaxCode>sample string 4</CTaxCode>
<CTaxLedgerID>sample string 6</CTaxLedgerID>
<CTaxValue>sample string 5</CTaxValue>
<LocationCode>sample string 1</LocationCode>
<LocationName>sample string 2</LocationName>
<STaxCode>sample string 7</STaxCode>
<STaxLedgerID>sample string 9</STaxLedgerID>
<STaxValue>sample string 8</STaxValue>
<SalesAccount>sample string 3</SalesAccount>
</GuestLocations>
</ArrayOfGuestLocations>