CapturePolicies
Get all capture policies.
Get the list of capture policies.<br>You must have at least one of these scopes: 'settings.read, setup.read, setup.manage'.
get/settings/v1/capture-policies
Query parameters
propertyIdstring
Filter capture policies by the specified property
pageNumberinteger
Page number to retrieve. Default: 1. If the page has no items, the API returns 204 No Content.
pageSizeinteger
Items per page. Default: 500. Maximum: 500.
Response
Success.
Example response
{
"capturePolicies": [
{
"id": "MUC-CAP",
"code": "CAP",
"captureNoShowFee": false,
"captureCancellationFee": false,
"capturePrepayment": true,
"postOtaBankTransferOnCheckOut": false,
"capturePayment": "CheckOut",
"propertyId": "MUC"
}
],
"count": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.