RecurringCharge
Replaces the RecurringCharge resource.
Replaces the RecurringCharge resource.
put/recurring_charges/{id}
Path parameters
idstring required
Resource identifier
Request body
Example request
{
"integration": "quickbooks",
"name": "Monthly Rental",
"srcId": "982000000567240",
"apiClientId": "aa2e-87c43f2a32a9",
"price": 1200,
"status": "Pending",
"returnUrl": "www.example.com",
"billingDate": "2021-07-28",
"created": "2021-07-28 00:00:00",
"modified": "2021-07-28 00:00:00",
"activationDate": "2021-06-28",
"cancellationDate": "2021-08-28",
"trialDays": 12,
"trialEndsOn": "2021-07-09",
"decoratedReturnUrl": "https://www.example.com"
}Response
RecurringCharge resource updated
Example response
{
"integration": "quickbooks",
"name": "Monthly Rental",
"srcId": "982000000567240",
"apiClientId": "aa2e-87c43f2a32a9",
"price": 1200,
"status": "Pending",
"returnUrl": "www.example.com",
"billingDate": "2021-07-28",
"created": "2021-07-28 00:00:00",
"modified": "2021-07-28 00:00:00",
"activationDate": "2021-06-28",
"cancellationDate": "2021-08-28",
"trialDays": 12,
"trialEndsOn": "2021-07-09",
"decoratedReturnUrl": "https://www.example.com"
}