PUT/invoices/{invoiceId}.json
Update a Specific Invoice
Updating an invoice is done by passing in the particular id in the path parameters. Use the body parameters below as an example.
Path Params
- Name
invoiceId
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}