PUT api/Quotations/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | date |
Required |
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:38:48.5587171+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.