Skip to main content
Version: 1.0.0

Mark status as seen

Information

This API allow you to flag given status as seen

This endpoint is synchronous
The role user is needed in order to use this endpoint
Endpoints

PUT/v1/invoice/status/{statusId}/markAsSeen

Path parameters
statusIdstring (uuid) - Required



Request

PUT /v1/invoice/status/:statusId/markAsSeen


curl -X 'PUT'
'https://api.ppd.iopole.fr//v1/invoice/status/3fa85f64-5717-4562-b3fc-2c963f66afa6/markAsSeen'
-H 'accept: */*'
-H 'Authorization: ${token}'

Response

Status: 204

Description: No content

Status: 401

Description: Unauthorized - Authentication is required and has failed or has not yet been provided.

Status: 403

Description: Forbidden - The server understood the request, but it refuses to authorize it. Note: This endpoint requires an admin account.