GenerateManifest
generateManifest
Generate manifest for carrier from Third Party Shipping Services
Authorizations
Body
facilityIdstringRequired
carrierPartyIdstringRequired
manifestGenerateServiceNamestringOptional
Responses
401
Authentication required
403
Access Forbidden (no authz)
429
Too Many Requests (tarpit)
500
General Error
post
POST /rest/s1/poorti/generateManifest HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 82
{
"facilityId": "text",
"carrierPartyId": "text",
"manifestGenerateServiceName": "text"
}
No content
Was this helpful?