POST services/api/v1/Get_SalesReturn
Request Information
URI Parameters
None.
Body Parameters
Location_BasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
|
| RequestedList | BasicFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1,
"RequestedList": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"ItemTypeId": 4,
"CAType": 5
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SalesReturn_List| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Date | date |
None. |
|
| VoucherNo | string |
None. |
|
| CustomerName | string |
None. |
|
| ReferenceNo | string |
None. |
|
| Narration | string |
None. |
|
| Status | string |
None. |
|
| TransNo | integer |
None. |
|
| Amount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Date": "2026-09-09T15:00:14.5752189+04:00",
"VoucherNo": "sample string 3",
"CustomerName": "sample string 4",
"ReferenceNo": "sample string 5",
"Narration": "sample string 6",
"Status": "sample string 7",
"TransNo": 8,
"Amount": 9.0
}