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

Body Params

    • Name
      invoice
      Type
      object

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK"
    }