PUT api/Quotations/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | date |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"createDate": "2026-03-21T21:52:14.8417205+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
None.