View NTAK report
This endpoint allows you to show an NTAK report by providing the accommodation id
and reportId
.
Request
GET/v1/accommodations/{accommodation}/reports/ntak/{report}
curl -G https://api.ntak.guru/v1/accommodations/99845d23-7ffb-4267-85ef-c8d4ac70e46a/reports/ntak/9bec5992-f822-4a7a-8536-1be67555e626 \
-H "Accept: application/json" \
-H "Authorization: Bearer {token}"
URL Parameters
Name | Description |
---|---|
accommodation | The accommodation id |
report | The report id |
Response
ℹ️
Read more about the report object on this page.
{
"payload": {
"id": "9bec5992-f822-4a7a-8536-1be67555e626",
"messageId": "9bec5992-ff5b-4dde-a0ac-04803d24b608",
"service": "ntak",
"status": "success",
"reason": "Successful report",
"type": "check_in",
"context": {
"occupiedResidentialUnit": {
"type": "other",
"building": "a",
"number": "305",
"trundleBedCount": 0,
"singleBedCount": 0,
"doubleBedCount": 1
},
"occurredAt": "2024-04-29 12:36:13",
"reservationNumber": "4269853319",
"guests": [
{
"gender": "unknown",
"guestNumber": 73575,
"touristTaxStatus": "obliged",
"yearOfBirth": 1997,
"residenceCountryCode": "IL",
"residencePostCode": "5000020",
"nationalityCountryCode": "IL"
}
]
},
"response": {
"esemenyvezereltAdatkuldesResponse": []
},
"createdAt": "2024-04-29T12:36:13+00:00",
"updatedAt": "2024-04-29T12:36:15+00:00"
},
"message": null
}