About Partner API
Partner Exchange API plays a vital role in retrieving customer and partners data to perform specific actions. There are endpoints to retrieve specific data based on the provided conditions and filters to utilize the output for Action related endpoints.
Several Action endpoints users can use to Action over a transaction (or more specifically, the eBoL/eWW/etc. in a set of documents). Due to the value of these documents (eBoLs, etc.), and to avoid cross-platform liabilities, essDOCS employs a Verified by CargoDocs step, which requires the user to confirm any step before it is actioned.
Endpoint | Type | Description |
---|---|---|
Get Partner Customer Ids | GET | This endpoint allows a Partner to collect the Customer IDs which they have permission to access in CargoDocs Exchange. |
Get Partner Employee Ids | GET | This endpoint allows the Partner to collect the Employee IDs for parties to action a set of electronic documents and for auditing purposes. |
Get Available Counterparty Ids | GET | This endpoint allows a Partner company to identify which counterparty company or bank a company holding title of an eSet in CargoDocs, can transfer that title document along with supporting documents. |
Search for Available Sets | POST | This API allows Partner customers to find specific transactions or search for transactions for a customer. |
Get Single PDF | GET | This endpoint allows a Partner customer to download a copy of a single document within the eSet. |
Set Action | POST | This endpoint allows the Partner customer to transfer an eSet, either by returning it to the previous party, transferring it to a counterparty, or presenting it to a bank. The endpoint also allows the Partner customer to surrender the document back to the issuer. |
Upload Document | POST | This endpoint allows a partner to push a new PDF based encoded document against any existing shipment. Partner needs to provide customerID and employeeId against which the document is being pushed. |
Updated over 1 year ago