POST Manifest/PrintManifest

Request Information

URI Parameters

None.

Body Parameters

PrintManifestRequest
NameDescriptionTypeAdditional information
ManifestReference

string

None.

AuthorizationToken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ManifestReference": "sample string 1",
  "AuthorizationToken": "sample string 2"
}

application/xml, text/xml

Sample:
<PrintManifestRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Transglobal.Entities.Objects.Linnworks.RequestAndResponse.Order">
  <AuthorizationToken xmlns="http://schemas.datacontract.org/2004/07/Transglobal.Entities.Objects.Linnworks.RequestAndResponse.Base">sample string 2</AuthorizationToken>
  <ManifestReference>sample string 1</ManifestReference>
</PrintManifestRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PrintManifestResponse
NameDescriptionTypeAdditional information
PDFbase64

string

None.

ErrorMessage

string

None.

IsError

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "PDFbase64": "sample string 1",
  "ErrorMessage": "sample string 2",
  "IsError": true
}

application/xml, text/xml

Sample:
<PrintManifestResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Transglobal.Entities.Objects.Linnworks.RequestAndResponse.Order">
  <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/Transglobal.Entities.Objects.Linnworks.RequestAndResponse.Base">sample string 2</ErrorMessage>
  <IsError xmlns="http://schemas.datacontract.org/2004/07/Transglobal.Entities.Objects.Linnworks.RequestAndResponse.Base">true</IsError>
  <PDFbase64>sample string 1</PDFbase64>
</PrintManifestResponse>