Skip to main content
GET
/
accounting
/
booking
/
{bookingId}
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "message": "<string>",
  "data": [
    {
      "id": 123,
      "debit": 123,
      "credit": 123,
      "name": "<string>",
      "clientId": 123,
      "bookingId": 123,
      "ccPaymentId": "<string>",
      "userId": 123,
      "bankPaymentId": 123,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "deletedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

bookingId
string
required

Response

200 - application/json

Accounting entries found

success
boolean

Indicates if the request was successful

message
string | null

Response message

data
object[]