Air Credits

Migrate Unused Credits of a traveler to and fro Company Credits

This API will be migrate unused credits from individual credits to company credits and vice versa.

post/v3/air/company-credits/migrations

Request body

paymentSourceIdsstring[] required
updateCreditUsageTypeTo'CREDIT_USAGE_TYPE_UNKNOWN' | 'COMPANY' | 'PERSONAL' required

Usage type of the credit.

Response

OK

Example response

{
  "migrationStatus": [
    {
      "paymentSourceId": "d059044a-cacd-4b53-883d-7355530f54e7"
    }
  ]
}