Issue travel policy
POST
/quotations/{quoteId}/travel
Issue a travel policy by paying for a travel quotation.
Authorizations
BearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
quoteId*
Type
Requiredstring
Request Body
application/json
JSON "mobileMoneyAccountNumber": "260776006734", "cardDetails": { "city": "string", "country": "string", "address": "string", "zip": 0 }, "reference": "string"
{
}
Responses
Travel policy issued
application/json
JSON
{
}
