POST api/GetPriceList
Request Information
URI Parameters
None.
Body Parameters
Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| Reference | string |
None. |
|
| Description | string |
None. |
|
| Estimator | integer |
None. |
|
| Salesperson | integer |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| Contact | string |
None. |
|
| Company | string |
None. |
|
| IndustryId | integer |
None. |
|
| Supplier | string |
None. |
|
| Status | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| Type | string |
None. |
|
| Title | string |
None. |
|
| JobNumber | string |
None. |
|
| QuoteDetails | string |
None. |
|
| InvoiceRef | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Reference": "sample string 1",
"Description": "sample string 2",
"Estimator": 1,
"Salesperson": 1,
"DateFrom": "2026-04-07T15:45:10.7490566+01:00",
"DateTo": "2026-04-07T15:45:10.7490566+01:00",
"Contact": "sample string 3",
"Company": "sample string 4",
"IndustryId": 1,
"Supplier": "sample string 5",
"Status": 1,
"PageSize": 6,
"PageNumber": 7,
"Type": "sample string 8",
"Title": "sample string 9",
"JobNumber": "sample string 10",
"QuoteDetails": "sample string 11",
"InvoiceRef": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.