Requirements

New special reports are sent via a POST request.

POST https://example.com/api/special-reports (example)

Updates to existing special report are done via PUT requests

PUT https://example.com/api/special-reports/:id (base url from above + id)

Removing special reports is done via a DELETE request

DELETE https://example.com/api/special-reports/:id (base url from above + id)

Format

The data is json encoded.

Response

Please respond with status 2xx