POST: Create Manifest
Create a new manifest in the Kloudship system.
Endpoint:
https://api-qa.kloudship.com:96/api/v1/Manifest
Request
Headers:
- `transactionId`: A unique identifier for the transaction.
- `Content-Type`: Set to `application/json`.
- `Authorization`: Bearer token for authentication.
Example Request
{ "id": "64de13e62e3464d34bfc9855", "shipmentIds": [ "64de13d42e3464d34bfc9852" ], "carrierAccountName": "Delhivery", "carrier": "Delhivery", "shipDate": "2023-08-17T09:27:00Z", "carrierAccountId": "64cc9ac67a2876f1b3244142", "addressFrom": { "verificationStatus": "Success", "name": "Yash Sharma", "company": "Impledge Technologies", "street1": "Regus, 5th Floor, Tower C, Green Boulevard, B-Block, Sector 62", "street2": "", "street3": "", "city": "Noida", "stateCode": "UP", "zip": "201309", "countryCode": "IN", "phone": "9876543210", "email": "yash@mailinator.com", "save": false, "verify": false, "isResidential": false, "latitude": 0.0, "longitude": 0.0, "streetAddress": "Regus, 5th Floor, Tower C, Green Boulevard, B-Block, Sector 62 " }, "locationId": "647da3c9d40010c2318c59a9", "formUrl": "https://kloudship-csa-qa-assets.s3.amazonaws.com/64cc9ac4d20d4b9f2a6ddd17/64cc9ac4d20d4b9f2a6ddd1b/Manifest/64de13e62e3464d34bfc9855_Label_20230817_123446.pdf" }
Response Fields
- `id`: The unique identifier of the created manifest.
- `shipmentIds`: List of shipment IDs associated with the manifest.
- `carrierAccountName`: The name of the carrier account.
- `carrier`: The carrier's name.
- `shipDate`: The date of shipment.
- `carrierAccountId`: The unique identifier of the carrier account.
- `addressFrom`: The sender's address information.
- `locationId`: The location identifier.
- `formUrl`: URL to the generated form for the manifest.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article