GET v1/Locations/{locationID}/Finance/PaymentInformation
Get the payment information
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationID |
Id of the location |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Location payment information
LocationPaymentInformationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationPaymentInformationID | integer |
None. |
|
| RemitBy | integer |
None. |
|
| LocationID | integer |
None. |
|
| PaymentPayableToType | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"LocationPaymentInformationID": 1,
"RemitBy": 2,
"LocationID": 3,
"PaymentPayableToType": "sample string 4"
}
application/xml, text/xml
Sample:
<LocationPaymentInformationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Locations"> <LocationID>3</LocationID> <LocationPaymentInformationID>1</LocationPaymentInformationID> <PaymentPayableToType>sample string 4</PaymentPayableToType> <RemitBy>2</RemitBy> </LocationPaymentInformationDTO>