PUT/invoices/{id}.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
id
- Type
- integer
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}