POST services/api/v1/Get_DataForPosting
Request Information
URI Parameters
None.
Body Parameters
PurchasePosting_Rquest| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | integer |
None. |
|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": 1,
"Id": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PurchasePosting_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Checks | boolean |
None. |
|
| Pmode | integer |
None. |
|
| LedgerId | integer |
None. |
|
| Id | integer |
None. |
|
| VoucherNo | string |
None. |
|
| PartyName | string |
None. |
|
| VoucherType | string |
None. |
|
| InvoiceDate | date |
None. |
|
| Total | decimal number |
None. |
|
| Tax | decimal number |
None. |
|
| f | integer |
None. |
|
| Type | string |
None. |
|
| LocId | integer |
None. |
|
| Location | string |
None. |
|
| BranchId | integer |
None. |
|
| CashAc | integer |
None. |
|
| VatAcc | integer |
None. |
|
| CompanyId | integer |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Checks": true,
"Pmode": 2,
"LedgerId": 3,
"Id": 4,
"VoucherNo": "sample string 5",
"PartyName": "sample string 6",
"VoucherType": "sample string 7",
"InvoiceDate": "2026-09-09T15:09:14.7862257+04:00",
"Total": 9.0,
"Tax": 10.0,
"f": 11,
"Type": "sample string 12",
"LocId": 13,
"Location": "sample string 14",
"BranchId": 15,
"CashAc": 16,
"VatAcc": 17,
"CompanyId": 18,
"UserId": 19
},
{
"Checks": true,
"Pmode": 2,
"LedgerId": 3,
"Id": 4,
"VoucherNo": "sample string 5",
"PartyName": "sample string 6",
"VoucherType": "sample string 7",
"InvoiceDate": "2026-09-09T15:09:14.7862257+04:00",
"Total": 9.0,
"Tax": 10.0,
"f": 11,
"Type": "sample string 12",
"LocId": 13,
"Location": "sample string 14",
"BranchId": 15,
"CashAc": 16,
"VatAcc": 17,
"CompanyId": 18,
"UserId": 19
}
]