v1

latestOpenAPI 3.1.12026-08-0684304578.8 KB
Payments (Recurring)

Update customer recurring item

post/billing/recurring/update/

Headers

{"stackTrail":"paths:/billing/recurring/update/:post:parameters:0:schema","oasType":"schema","type":"unknown"}

Sets the content response language. Defaults to Hebrew (he).

Request body

RecurringCustomerItemIDinteger required

Recurring customer item identifier (מזהה כרטיס הוראת קבע)

UnitPricenumber double nullable

Unit price

Quantitynumber double nullable

Quantity Defaults to 1

Recurrenceinteger nullable

Number of pending recurring payments For instance, for a total of 1 year of monthly payments, specify 12 Setting this to 0 will result in continuous payments. Please note this parameter cannot be used when the LastPaymentDate parameter is set.

NextPaymentDatestring date-time nullable

Next payment date

LastPaymentDatestring date-time nullable

Last payment date. Please note this parameter cannot be used when the Recurrence parameter is set.

Response

OK

Status'Success (0)' | 'BusinessError (1)' | 'TechnicalError (2)'
UserErrorMessagestring nullable

Error message, in a user readable format

TechnicalErrorDetailsstring nullable

Technical error details, let us know if you received this.

DataOfficeGuyAppsBillingMVCAPIRecurringControllerRecurringUpdateResponse