Cubu Docs
S2S API Guide
S2S API Guide
  • About Cubu Server-to-Server API
  • Accessing the API
  • Agent Impersonation API
    • Call Again
    • Clock-in
    • Clock-out
    • Get Agent Status
    • List Active Cases
    • List Inboxes
    • List Workspaces
    • List Workstations
    • Occupy a Workstation
    • Resolve a Case
    • Select Current Unit
    • Start Processing the Next Case
    • Change Status to Available
    • Change Status to Unavailable
    • Vacate a Workstation
  • Appointments Management API
    • Book Appointment
    • Cancel Appointment
    • List Appointments in Calendar
    • List Calendars of a Service
    • List Vacancies in a Calendar
  • Case Management API
    • Queue Up
  • Customer Management API
    • Create a Customer Record
    • Get Customer Record
    • Update a Customer Record
    • Find a Customer Record
  • Organization API
    • List Back-office tasks
    • List Users
Powered by GitBook
On this page
  • URL
  • Headers
  • Request Body
  • Response
  1. Customer Management API

Update a Customer Record

Updates the specified customer record fields.

This endpoint requires the Customers Manager role.

URL

PATCH: https://[base-url]/{applicationId}/customers/{customerRecordId}

Headers

Authorization: Bearer <accessToken>

Request Body

  • fields (required): An array of UnifiedFieldData objects. A list of fields to update. Fields not specified in this list will not change.

Response

Success -> 200

No Content

PreviousGet Customer RecordNextFind a Customer Record

Last updated 8 months ago