Skip to main content
Version: 1.0.0

Mark invoice as seen

Information

This API allow you to flag given invoice as seen

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

PUT/v1/invoice/:invoiceId/markAsSeen

Path parameters
invoiceIdstring (uuid) - Required

Request

PUT /v1/invoice/:invoiceId/markAsSeen


curl -X 'PUT' https://api.ppd.iopole.fr//v1/invoice/9ca2d4fa-0708-4cf5-85ca-cb2cf2eced52/markAsSeen'
-H 'accept: */*'
-H 'Authorization: ${token}'

Response

204 NO CONTENT