POST {version}/GetTransactionDisbursementCodes
Get Disbursement Codes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
QueryName | Description | Type | Additional information |
---|---|---|---|
ActiveOnly | boolean |
None. |
|
Ids | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ActiveOnly": true, "Ids": [ "a0807405-450b-4067-8024-693bcb725569", "86131bc2-a1ac-4a87-9550-e6c712a8b06f" ] }
application/xml, text/xml
Sample:
<Query xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <ActiveOnly>true</ActiveOnly> <Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>a0807405-450b-4067-8024-693bcb725569</d2p1:guid> <d2p1:guid>86131bc2-a1ac-4a87-9550-e6c712a8b06f</d2p1:guid> </Ids> </Query>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
List of Disbursement Codes
Collection of DisbursementCodeName | Description | Type | Additional information |
---|---|---|---|
GUID | globally unique identifier |
None. |
|
cau_GUID | globally unique identifier |
None. |
|
Code | string |
None. |
|
Text | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GUID": "0b5ffcdf-6d14-4f32-ac5b-34061b7d33ee", "cau_GUID": "f9806a12-5fca-4b9c-a6bd-fa219be2973f", "Code": "sample string 2", "Text": "sample string 3" }, { "GUID": "0b5ffcdf-6d14-4f32-ac5b-34061b7d33ee", "cau_GUID": "f9806a12-5fca-4b9c-a6bd-fa219be2973f", "Code": "sample string 2", "Text": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfDisbursementCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <DisbursementCode> <Code>sample string 2</Code> <GUID>0b5ffcdf-6d14-4f32-ac5b-34061b7d33ee</GUID> <Text>sample string 3</Text> <cau_GUID>f9806a12-5fca-4b9c-a6bd-fa219be2973f</cau_GUID> </DisbursementCode> <DisbursementCode> <Code>sample string 2</Code> <GUID>0b5ffcdf-6d14-4f32-ac5b-34061b7d33ee</GUID> <Text>sample string 3</Text> <cau_GUID>f9806a12-5fca-4b9c-a6bd-fa219be2973f</cau_GUID> </DisbursementCode> </ArrayOfDisbursementCode>