GET api/Quotations?orderType={orderType}&dealerId={dealerId}&pageNumber={pageNumber}&rowCount={rowCount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderType | integer |
Required |
|
| dealerId | integer |
Required |
|
| pageNumber | integer |
Default value is 1 |
|
| rowCount | integer |
Default value is 25 |
Body Parameters
None.
Response Information
Resource Description
Collection of v_Quotations| Name | Description | Type | Additional information |
|---|---|---|---|
| CreateDate | date |
None. |
|
| CreatedByUserId | integer |
None. |
|
| OrderNumber | string |
String length: inclusive between 0 and 20 |
|
| OrderStatus | string |
String length: inclusive between 0 and 50 |
|
| CustomerRef | string |
String length: inclusive between 0 and 50 |
|
| DealerId | integer |
None. |
|
| OrderTypeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"createDate": "2026-03-21T21:53:35.2901386+00:00",
"createdByUserId": 2,
"orderNumber": "sample string 3",
"orderStatus": "sample string 4",
"customerRef": "sample string 5",
"dealerId": 6,
"orderTypeId": 7
},
{
"$ref": "2"
}
]