Roomability Guest API
  1. CancelPolicy
  • Getting Started
    • Introduction
    • Requirements
    • Authentication
    • Errors
    • Booking Flow
  • Reservation
    • Add
    • Availability
    • Cancel
    • Booking Ref
  • Country
    • Get Countries List
  • State
    • Get State List
  • RoomType
    • Get Room Types
    • Get Room Detail
  • Guest
    • Detail
  • Term
    • Detail
  • Privacy
    • Detail
  • Payment Method
    • Active List
  • Paystack
    • Verify
    • Initialize
  • Hotel
    • Detail
    • Hotel Rule
  • PayGateway
    • Detail
  • CancelPolicy
    • Detail
      GET
  • Get Branches Location
    GET
  • Phone Code List
    GET
  1. CancelPolicy

Detail

GET
https://guestapi.roomability.io/CancelPolicy/Detail
Last modified:2026-03-16 18:09:57

Retrieve Cancel Policy Detail#

This endpoint allows you to retrieve the cancel policy of use.

Request#

Method: GET
Endpoint: {{baseUrl}}/CancelPolicy/Detail

Response#

The response for this request can be described using the following JSON schema:
{
  "type": "object",
  "properties": {
    "detail": {
      "type": "string"
    },
    "errorCode": {
      "type": "integer"
    },
    "errorMessage": {
      "type": "string"
    }
  }
}

Request

Header Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://guestapi.roomability.io/CancelPolicy/Detail' \
--header 'X-API-Key: {{api-key}}' \
--header 'Content-Type: application/json'
Response Response Example
{}
Modified at 2026-03-16 18:09:57
Previous
Detail
Next
Get Branches Location
Built with