For the complete documentation index, see llms.txt. This page is also available as Markdown.

GenerateManifest

generateManifest

generate Manifest

post

Generate manifest for carrier from Third Party Shipping Services

Authorizations
AuthorizationstringRequired
Body
facilityIdstringRequired
carrierPartyIdstringRequired
manifestGenerateServiceNamestringOptional
Responses
401

Authentication required

No content

post/generateManifest
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

Last updated

Was this helpful?