---
title: "Update customer recurring item"
method: POST
path: "/billing/recurring/update/"
tags: ["Payments (Recurring)"]
---

# Update customer recurring item

`POST /billing/recurring/update/`

## Headers

- `Content-Language` unknown

## Request body

- OfficeGuyAppsBillingMVCAPIRecurringControllerRecurringUpdateRequest
  - `Credentials` CoreAPICredentials, required
    - `CompanyID` integer, required — Company identifier
    - `APIKey` string, required — API key secret
  - `Customer` AccountingTypedCustomer, required
    - `ID` integer, nullable — SUMIT identifier Leave empty to create a new entity or search by other fields when applicable
    - `Folder` string, nullable — Folder identifier. Can be either application folder name, or FolderID.
    - `Properties` object, nullable — Entity fields
    - `Name` string, nullable — Customer full name (or company name) Required for creating new customer (Leave empty to search by other fields)
    - `Phone` string, nullable — Customer phone number (Optional field)
    - `EmailAddress` string, nullable — Customer email address (Optional field)
    - `City` string, nullable — Customer city (Optional field)
    - `Address` string, nullable — Customer address (Optional field)
    - `ZipCode` string, nullable — Customer ZipCode (Optional field)
    - `CompanyNumber` string, nullable — Customer registered company number (VAT number) (Optional field)
    - `ExternalIdentifier` string, nullable — Customer external identifier. External identifier from calling application. Optional field
    - `NoVAT` boolean, nullable — NoVAT indication Set to true for VAT exempt customers Defaults to False
    - `SearchMode` 'Automatic (0)' | 'None (1)' | 'ExternalIdentifier (2)' | 'Name (3)' | 'CompanyNumber (4)' | 'Phone (5)' | 'EmailAddress (6)' — Customer searching mode
  - `RecurringCustomerItemID` integer, required — Recurring customer item identifier (מזהה כרטיס הוראת קבע)
  - `UnitPrice` number, double, nullable — Unit price
  - `Quantity` number, double, nullable — Quantity Defaults to 1
  - `Recurrence` integer, 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.
  - `NextPaymentDate` string, date-time, nullable — Next payment date
  - `LastPaymentDate` string, date-time, nullable — Last payment date. Please note this parameter cannot be used when the Recurrence parameter is set.

## Response `200`

OK

- ResponseOfficeGuyAppsBillingMVCAPIRecurringControllerRecurringUpdateResponse
  - `Status` 'Success (0)' | 'BusinessError (1)' | 'TechnicalError (2)'
  - `UserErrorMessage` string, nullable — Error message, in a user readable format
  - `TechnicalErrorDetails` string, nullable — Technical error details, let us know if you received this.
  - `Data` OfficeGuyAppsBillingMVCAPIRecurringControllerRecurringUpdateResponse

---

[API](https://skmtc.net/myofficeguy/apis/sumit-api-full.md) · [All operations](https://skmtc.net/myofficeguy/apis/sumit-api-full/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myofficeguy/sumit-api-full/versions/2691e6cffa0c/schema)
