POST services/api/v1/Get_DeliveryNote
Request Information
URI Parameters
None.
Body Parameters
BranchId_BasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
None. |
|
| RequestedList | BasicFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchId": 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
DeliveryNote_List| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DeliveryDate | date |
None. |
|
| DeliverNoteNo | string |
None. |
|
| VoucherName | string |
None. |
|
| CustomerName | string |
None. |
|
| Total | decimal number |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"DeliveryDate": "2026-09-09T15:01:20.184037+04:00",
"DeliverNoteNo": "sample string 3",
"VoucherName": "sample string 4",
"CustomerName": "sample string 5",
"Total": 6.0,
"Status": "sample string 7"
}