API - Manifest

Created by KloudShip Support, Modified on Fri, 8 Mar, 2024 at 11:42 PM by KloudShip Support

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

  1. `id`: The unique identifier of the created manifest.
  2. `shipmentIds`: List of shipment IDs associated with the manifest.
  3. `carrierAccountName`: The name of the carrier account.
  4. `carrier`: The carrier's name.
  5. `shipDate`: The date of shipment.
  6. `carrierAccountId`: The unique identifier of the carrier account.
  7. `addressFrom`: The sender's address information.
  8. `locationId`: The location identifier.
  9. `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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article