InvoiceApproval

Approve

POST

Path parameters

invoiceIdstringRequired

Request

This endpoint expects an object.
userId
stringRequired
text
stringOptional
Comment associated with this approval action.
POST
1curl -X POST https://api.mercoa.com/invoice/:invoiceId/approve \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "userId": "string"
6}'