v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Update Manual Invoice Settings

patch/v1/manualinvoicesetting/{manual_invoice_settings_id}

Path parameters

manual_invoice_settings_idstring required

The ID of the manual invoice settings to be updated.

Headers

Acceptstring required

Indicates which content types, expressed as MIME types, the client is able to understand.

Content-Typestring required

Indicates the media type of the resource sent in the HTTP message body. <br /><br /><b>Possible Values:</b><br /> application/json<br />application/x-www-form-urlencoded

Request body

days_beforestring required

Days before the subscription date to send the manual invoice.

Response

200

Example response

{
  "data": {
    "object": "ManualInvoiceSetting",
    "id": "wlaqoerjzkg9vybx",
    "days_before": "2",
    "created_at": 1560781086,
    "updated_at": 1726161100
  }
}