latestOpenAPI 3.0.12026-08-1073466.9 KB

3c0b3d08cb90

VCCs to be charged

Get chargeable VCCs for a property

Retrieve information on chargeable VCCs associated with a given accommodation property.

get/connectivity-payments/properties/{property-id}/chargeable-vccs

Path parameters

property-idinteger required

Query parameters

pageinteger required
page-sizeinteger required

Headers

Authorizationstring required

Bearer token for authentication.

Response

Successfully retrieved chargeable VCCs for the accommodation property

Example response

{
  "data": [
    {
      "vcc_status": "ACTIVE"
    }
  ]
}