CapturePolicies
Get a specific capture policy.
Get a specific capture policy.<br>You must have at least one of these scopes: 'settings.read, setup.read, setup.manage'.
get/settings/v1/capture-policies/{id}
Path parameters
idstring required
The ID of the capture policy.
Response
Success.
Example response
{
"id": "MUC-CAP",
"code": "CAP",
"captureNoShowFee": false,
"captureCancellationFee": false,
"capturePrepayment": true,
"postOtaBankTransferOnCheckOut": false,
"capturePayment": "CheckOut",
"propertyId": "MUC"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.