Skip to main content

Adjust the next invoice date for a subscription

POST 

/api/v3/package/:package_id/_action/hold

This will change the date that the next invoice for a subscription is generated on.

For example, if you specify the holduntil_datetime to be "2019-10-03", the next date that an invoice will be generated on for that subscription will be changed to October 3, 2019.

Request

Body

    holduntil_datetime string

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...