POST services/api/v1/Get_DistributionList

Request Information

URI Parameters

None.

Body Parameters

DebitNoteListFilter
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

SupplierId

integer

None.

LocationId

integer

None.

Start

integer

None.

FiterText

string

None.

Limit

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FromDate": "2026-09-09T15:04:41.4207598+04:00",
  "ToDate": "2026-09-09T15:04:41.4207598+04:00",
  "SupplierId": 3,
  "LocationId": 4,
  "Start": 5,
  "FiterText": "sample string 6",
  "Limit": 7
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of DebitNoteDistribution_Master
NameDescriptionTypeAdditional information
Id

integer

None.

PurchaseId

integer

None.

DebitNoteVoucher

string

None.

PostedDate

date

None.

Supplier

string

None.

Transno

integer

None.

PurchaseVoucher

string

None.

PurchaseAmount

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "PurchaseId": 2,
    "DebitNoteVoucher": "sample string 3",
    "PostedDate": "2026-09-09T15:04:41.4363861+04:00",
    "Supplier": "sample string 5",
    "Transno": 6,
    "PurchaseVoucher": "sample string 7",
    "PurchaseAmount": 8.0
  },
  {
    "Id": 1,
    "PurchaseId": 2,
    "DebitNoteVoucher": "sample string 3",
    "PostedDate": "2026-09-09T15:04:41.4363861+04:00",
    "Supplier": "sample string 5",
    "Transno": 6,
    "PurchaseVoucher": "sample string 7",
    "PurchaseAmount": 8.0
  }
]