POST services/api/v1/Get_PurchaseBySupplier
Request Information
URI Parameters
None.
Body Parameters
DebitNotePurchaseFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| SupplierId | integer |
None. |
|
| LocationId | string |
None. |
|
| Type | integer |
None. |
|
| PurchaseId | integer |
None. |
|
| FiterText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2026-09-09T15:04:47.8739166+04:00",
"ToDate": "2026-09-09T15:04:47.8739166+04:00",
"SupplierId": 3,
"LocationId": "sample string 4",
"Type": 5,
"PurchaseId": 6,
"FiterText": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PurchaseListFor_Distribution| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseId | integer |
None. |
|
| VoucherNo | string |
None. |
|
| Amount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PurchaseId": 1,
"VoucherNo": "sample string 2",
"Amount": 3.0
},
{
"PurchaseId": 1,
"VoucherNo": "sample string 2",
"Amount": 3.0
}
]