POST api/Quotations
Request Information
URI Parameters
None.
Body Parameters
v_QuotationsName | 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. |
Request Formats
application/json, text/json
Sample:
{ "createDate": "2025-09-01T00:35:44.742705+00:00", "createdByUserId": 2, "orderNumber": "sample string 3", "orderStatus": "sample string 4", "customerRef": "sample string 5", "dealerId": 6, "orderTypeId": 7 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
v_QuotationsName | 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:
{ "createDate": "2025-09-01T00:35:44.742705+00:00", "createdByUserId": 2, "orderNumber": "sample string 3", "orderStatus": "sample string 4", "customerRef": "sample string 5", "dealerId": 6, "orderTypeId": 7 }