POST api/OmsPostCheckoutOrderUpdate

Adds a new property to an order based on the provided model.

Request Information

URI Parameters

None.

Body Parameters

The model containing the order update details.

OmsOrderUpdateRequestModel

NameDescriptionTypeAdditional Information
OrderNumber

string

Required

Min length: 1

PropertyName

string

Required

Min length: 1

NewPropertyValues

Collection of string

None.

RequestMethod

string

None.

NewPropertyValue

string

None.

RequiredPropertyAndValues

Collection of OmsOrderUpdatePropertyAndValue

None.

DefinedType

Type

None.

PropertiesToCheck

Dictionary of string [key] and ValueTupleOfBooleanAndString [value]

None.

NewPropertyValuesIEnumerable

Collection of Object

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A task that represents the asynchronous operation. The task result contains the HTTP response message indicating the result of the add operation.

HttpResponseMessage

NameDescriptionTypeAdditional Information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.