v1

latestOpenAPI 3.1.02026-08-0642222.6 KB
Documents

Upload a document

Upload a document for a specific entity type (e.g., a PNR).

post/v2/documents

Response

OK

documentIdstring uuid required

Unique identifier of the document.

Example response

{
  "documentId": "f49d00fe-1eda-4304-ba79-a980f565281d",
  "documentMetadata": {
    "documentType": "VISA",
    "entityType": "PNR",
    "entityId": "123124",
    "entityMetadata": {
      "pnrMetadata": {
        "flightMetadata": {
          "flightId": "CgNERU4SA1NGTxoKNTQ1NzI5ODcxMQ"
        }
      },
      "invoiceMetadata": {
        "invoiceNumber": "SPOT-0001",
        "invoiceType": "FARE_INVOICE"
      },
      "travelType": "AIR"
    },
    "name": "BoardingPass.pdf"
  }
}