POST api/OMSGetWOISLCustom

Request Information

URI Parameters

None.

Body Parameters

GetWOISLCustomModel

NameDescriptionTypeAdditional Information
OrderNumber

string

None.

TemplateName

string

None.

TestTemplate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderNumber": "sample string 1",
  "TemplateName": "sample string 2",
  "TestTemplate": "sample string 3"
}

application/xml, text/xml

Sample:
<GetWOISLCustomModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models.API">
  <OrderNumber>sample string 1</OrderNumber>
  <TemplateName>sample string 2</TemplateName>
  <TestTemplate>sample string 3</TestTemplate>
</GetWOISLCustomModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WOISLCustomResponse

NameDescriptionTypeAdditional Information
WOISLCustomExport

string

None.

ResponseCode

APIResponseCodes

None.

Message

string

None.

CorrelationId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "WOISLCustomExport": "sample string 1",
  "ResponseCode": 0,
  "Message": "sample string 2",
  "CorrelationId": "sample string 3"
}

application/xml, text/xml

Sample:
<WOISLCustomResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models.API">
  <CorrelationId xmlns="http://schemas.datacontract.org/2004/07/DECK.Core.Common.Contracts.API">sample string 3</CorrelationId>
  <Message xmlns="http://schemas.datacontract.org/2004/07/DECK.Core.Common.Contracts.API">sample string 2</Message>
  <ResponseCode xmlns="http://schemas.datacontract.org/2004/07/DECK.Core.Common.Contracts.API">Success</ResponseCode>
  <WOISLCustomExport>sample string 1</WOISLCustomExport>
</WOISLCustomResponse>