NTAK
Retry

Retry NTAK reports

This endpoint allows you to retry NTAK reports by providing the report id.

Request

PUT/v1/accommodations/{accommodation}/reports/ntak/{id}
curl -X PUT https://api.ntak.guru/v1/accommodations/99845d23-7ffb-4267-85ef-c8d4ac70e46a/reports/ntak/629d12e9-c145-4edb-99c7-b694e51f7420 \
  -H "Authorization: Bearer {token}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{content-of-report}'

URL Parameters

NameDescription
accommodationThe accommodation id
idThe report id

Request body

The structure of the request body is the same as the original report:

⚠️

Scheduler and Daily close reports are not retryable.

Response

The response is the same as the original report: