POST api/orderStatusTracking/OrderStatusTracking_Upsert

Request Information

URI Parameters

None.

Body Parameters

OrderStatusTracking
NameDescriptionTypeAdditional information
Id

integer

None.

OrderId

integer

None.

LookUpStatusId

integer

None.

Comment

string

None.

CreatedDate

date

None.

LookUpStatus

string

None.

CreatedDateStr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OrderId": 2,
  "LookUpStatusId": 3,
  "Comment": "sample string 4",
  "CreatedDate": "2025-07-08T19:03:04.4667765+03:00",
  "LookUpStatus": "sample string 6",
  "CreatedDateStr": "13-محرم-1447 19:03:04"
}

text/xml

Sample:
<OrderStatusTracking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.V1">
  <Comment xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 4</Comment>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2025-07-08T19:03:04.4667765+03:00</CreatedDate>
  <Id xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">1</Id>
  <LookUpStatus xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 6</LookUpStatus>
  <LookUpStatusId xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">3</LookUpStatusId>
  <OrderId xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2</OrderId>
</OrderStatusTracking>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrderStatusTracking'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.