GET services/api/v1/Get_LedgerForTransactionDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LedgerForTransactionDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": "sample string 1",
"Name": "sample string 2",
"Id": 3
},
{
"Code": "sample string 1",
"Name": "sample string 2",
"Id": 3
}
]