# GenerateManifest

generateManifest

## generate Manifest

> Generate manifest for carrier from Third Party Shipping Services

```json
{"openapi":"3.1.1","info":{"title":"Poorti API","version":"1.0.0"},"tags":[{"name":"generateManifest","description":"generateManifest"}],"servers":[{"url":"https://dev-maarg.hotwax.io/rest/s1/poorti"}],"security":[{"basicAuth":[]},{"api_key":[]}],"components":{"securitySchemes":{"basicAuth":{"type":"http","scheme":"basic"},"api_key":{"type":"apiKey","name":"api_key","in":"header","description":"HTTP Header api_key"}},"schemas":{"co.hotwax.poorti.FulfillmentServices.generateManifest.In":{"type":"object","properties":{"facilityId":{"type":"string"},"carrierPartyId":{"type":"string"},"manifestGenerateServiceName":{"type":"string"}},"required":["facilityId","carrierPartyId"]}}},"paths":{"/generateManifest":{"post":{"tags":["generateManifest"],"summary":"generate Manifest","description":"Generate manifest for carrier from Third Party Shipping Services","responses":{"401":{"description":"Authentication required"},"403":{"description":"Access Forbidden (no authz)"},"429":{"description":"Too Many Requests (tarpit)"},"500":{"description":"General Error"}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/co.hotwax.poorti.FulfillmentServices.generateManifest.In"}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/co.hotwax.poorti.FulfillmentServices.generateManifest.In"}}},"required":true}}}}}
```
