GET api/GLTransaction/{Batch_Number}/{Batch_Source}/{Journal_Entry}
Get GLTransaction requests.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Batch_Number | No documentation available. |
Define this parameter in the request URI. |
Batch_Source | No documentation available. |
Define this parameter in the request URI. |
Journal_Entry | No documentation available. |
Define this parameter in the request URI. |
Request body formats
text/plain
Sample:
No body required. Body is ignored.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Batch_Number": "sample string 1", "Batch_Source": "sample string 2", "Journal_Entry": 3, "Source_Document": "sample string 4", "Reference": "sample string 5", "Transaction_Date": "2025-04-04T00:24:43.491-04:00", "Reversing_Date": "2025-04-04T00:24:43.491-04:00", "Transaction_Type": 8, "Series": 9, "Currency_ID": "sample string 10", "Rate_Type_ID": "sample string 11", "Exchange_Rate": 12.0, "Exchange_Date": "2025-04-04T00:24:43.491-04:00", "Rate_Calculation_Method": 14, "Notes": "sample string 15", "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }