POST services/api/v1/Get_DistributionById
Request Information
URI Parameters
None.
Body Parameters
Id| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DebitNoteDistribution_Master| Name | Description | Type | Additional 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:23:31.6743646+04:00",
"Supplier": "sample string 5",
"Transno": 6,
"PurchaseVoucher": "sample string 7",
"PurchaseAmount": 8.0
}