GenerateManifest

generateManifest

generate Manifest

post

Generate manifest for carrier from Third Party Shipping Services

Authorizations
Body
facilityIdstringRequired
carrierPartyIdstringRequired
manifestGenerateServiceNamestringOptional
Responses
401
Authentication required
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?