Cancel Booking API

Description: Cancel booking

Path: /api/v2/reservation/cancelBooking

Method: POST

Content Type/Accept Type: application/json

Request

Attributes

* = required

clientId*

string

Identity of client

timestamp*

timestamp

Current timestamp

transactionId*

string

A unique identifier for each booking, provided as a unique key by partner

Example

Response

Attributes

bookingNo

integer

Go2Joy’s Identity of booking

transactionId

string

A unique identifier for each booking, provided as a unique key by partner

refundAmount

integer

The amount to refund

Example