POST Manifest/CreateManifest
Request Information
URI Parameters
None.
Body Parameters
CreateManifestRequestName | Description | Type | Additional information |
---|---|---|---|
OrderId | Collection of string |
None. |
|
AuthorizationToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "OrderId": [ "sample string 1", "sample string 2" ], "AuthorizationToken": "sample string 1" }
application/xml, text/xml
Sample:
<CreateManifestRequest 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 1</AuthorizationToken> <OrderId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </OrderId> </CreateManifestRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CreateManifestResponseName | Description | Type | Additional information |
---|---|---|---|
ManifestReference | string |
None. |
|
ErrorMessage | string |
None. |
|
IsError | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "ManifestReference": "sample string 1", "ErrorMessage": "sample string 2", "IsError": true }
application/xml, text/xml
Sample:
<CreateManifestResponse 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> <ManifestReference>sample string 1</ManifestReference> </CreateManifestResponse>