PUT {bucket}/orderstatus

Updates the specified entity.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bucket

string

None.

Body Parameters

The entity.

OrderStatusModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.