POST api/Centers/GetOmniOrderDetails

Request Information

URI Parameters

None.

Body Parameters

GetOrderDetailsRequest

NameDescriptionTypeAdditional Information
OrderNumber

string

None.

LocaleId

integer

None.

ShipmentNumber

integer

None.

IsOmni

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderNumber": "sample string 1",
  "LocaleId": 2,
  "ShipmentNumber": 1,
  "IsOmni": true
}

application/xml, text/xml

Sample:
<GetOrderDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models.API.Centers">
  <IsOmni>true</IsOmni>
  <LocaleId>2</LocaleId>
  <OrderNumber>sample string 1</OrderNumber>
  <ShipmentNumber>1</ShipmentNumber>
</GetOrderDetailsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetOrderDetailsResponse

NameDescriptionTypeAdditional Information
ResponseCode

APIResponseCodes

None.

Message

string

None.

ShipmentProcessingStatuses

ShipmentProcessingStatuses

None.

LockedByCurrentUser

boolean

None.

LockedByMessage

string

None.

UnlockMessage

string

None.

OrderHash

string

None.

ISOCurrencySymbol

string

None.

RegionName

string

None.

Resources

Object

None.

SearchResultsMessage

string

None.

AssignedShipmentNumbers

Collection of integer

None.

ActiveShipmentNumber

integer

None.

GroupedOrderItems

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.