PUT {bucket}/orderstatus
Updates the specified entity.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bucket | string |
None. |
Body Parameters
The entity.
OrderStatusModel| Name | 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-12-14T20:27:16.9549477+01:00",
"CreatedBy": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.