POST api/Centers/GetShippingLabelInternal

Request Information

URI Parameters

None.

Body Parameters

GetShippingLabelInternalRequest

NameDescriptionTypeAdditional Information
InternalId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InternalId": "sample string 1"
}

application/xml, text/xml

Sample:
<GetShippingLabelInternalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models.API.Centers">
  <InternalId>sample string 1</InternalId>
</GetShippingLabelInternalRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetShippingLabelInternalResponse

NameDescriptionTypeAdditional Information
ResponseCode

APIResponseCodes

None.

Message

string

None.

Content

Collection of byte

None.

ContentType

string

None.

FileName

string

None.

CorrelationId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 0,
  "Message": "sample string 1",
  "Content": "QEA=",
  "ContentType": "sample string 2",
  "FileName": "sample string 3",
  "CorrelationId": "sample string 4"
}

application/xml, text/xml

Sample:
<GetShippingLabelInternalResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models.API.Centers">
  <Content>QEA=</Content>
  <ContentType>sample string 2</ContentType>
  <CorrelationId>sample string 4</CorrelationId>
  <FileName>sample string 3</FileName>
  <Message>sample string 1</Message>
  <ResponseCode>Success</ResponseCode>
</GetShippingLabelInternalResponse>