Retry NTAK reports
This endpoint allows you to retry NTAK reports by providing the report id
.
Request
PUT/v1/accommodations/{accommodation}/reports/viza/{id}
curl -X PUT https://api.ntak.guru/v1/accommodations/99845d23-7ffb-4267-85ef-c8d4ac70e46a/reports/viza/57eb2317-b7b4-4259-aec2-bee4650e9079 \
-H "Authorization: Bearer {token}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{content-of-report}'
URL Parameters
Name | Description |
---|---|
accommodation | The accommodation id |
id | The report id |
Request body
The structure of the request body is the same as the original report:
Response
The response is the same as the original report:
Last updated on