PUT {bucket}/orderstatus
Updates the specified entity.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bucket | string |
None. |
Body Parameters
The entity.
OrderStatusModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
OrderId | integer |
Required |
|
RefOrderStat | integer |
Required |
|
Note | string |
None. |
|
CreatedAt | date |
Data type: Date |
|
CreatedBy | string |
String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "OrderId": 2, "RefOrderStat": 3, "Note": "sample string 4", "CreatedAt": "2025-01-10T23:53:47.4499931+01:00", "CreatedBy": "sample string 5" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.