Skip to main content
Version: 1.0.0

Mark status as seen

Information

This API allow you to flag given status as seen

Link to swagger
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

204 NO CONTENT