POST services/api/v1/Get_MaterialRequisition
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
Collection of MaterialRequisitionList| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RequisitionDate | date |
None. |
|
| VoucherNo | string |
None. |
|
| FromLocation | string |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"RequisitionDate": "2026-09-09T15:04:33.905112+04:00",
"VoucherNo": "sample string 3",
"FromLocation": "sample string 4",
"Status": "sample string 5"
},
{
"Id": 1,
"RequisitionDate": "2026-09-09T15:04:33.905112+04:00",
"VoucherNo": "sample string 3",
"FromLocation": "sample string 4",
"Status": "sample string 5"
}
]