POST services/api/v1/Get_Quotation
Request Information
URI Parameters
None.
Body Parameters
BranchId_BasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
None. |
|
| RequestedList | BasicFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchId": 1,
"RequestedList": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"ItemTypeId": 4,
"CAType": 5
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Quotation_List| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Date | date |
None. |
|
| QuotationNo | integer |
None. |
|
| VoucherName | string |
None. |
|
| CustomerName | string |
None. |
|
| PaymentTerms | string |
None. |
|
| Total | decimal number |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Date": "2026-09-09T15:13:48.2892429+04:00",
"QuotationNo": 3,
"VoucherName": "sample string 4",
"CustomerName": "sample string 5",
"PaymentTerms": "sample string 6",
"Total": 7.0,
"Status": "sample string 8"
}