POST services/api/v1/Get_DeliveryNoteBySo

Request Information

URI Parameters

None.

Body Parameters

BranchId_BasicFilter_DeliverNote
NameDescriptionTypeAdditional information
BranchId

integer

None.

RequestedList

BasicFilter

None.

FilterData

DeliveryNote_List

None.

SalesOrderId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BranchId": 1,
  "RequestedList": {
    "Start": 1,
    "FiterText": "sample string 2",
    "Limit": 3,
    "ItemTypeId": 4,
    "CAType": 5
  },
  "FilterData": {
    "Id": 1,
    "DeliveryDate": "2026-09-09T15:05:00.9220645+04:00",
    "DeliverNoteNo": "sample string 3",
    "VoucherName": "sample string 4",
    "CustomerName": "sample string 5",
    "Total": 6.0,
    "Status": "sample string 7"
  },
  "SalesOrderId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of DeliveryNote_List
NameDescriptionTypeAdditional 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:05:00.9220645+04:00",
    "DeliverNoteNo": "sample string 3",
    "VoucherName": "sample string 4",
    "CustomerName": "sample string 5",
    "Total": 6.0,
    "Status": "sample string 7"
  },
  {
    "Id": 1,
    "DeliveryDate": "2026-09-09T15:05:00.9220645+04:00",
    "DeliverNoteNo": "sample string 3",
    "VoucherName": "sample string 4",
    "CustomerName": "sample string 5",
    "Total": 6.0,
    "Status": "sample string 7"
  }
]