HomeGuidesAPI Reference
API Reference

Update customer record

Update a customer record by its spektr ID

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the customer record

Body Params

The data to update the customer record with. Optional createdAt/updatedAt (Unix ms) are applied only when they differ from stored values.

data
object
required

A list of records, where each record represents an individual entry. Each record is a dictionary with specific key-value pairs. The value can be a string, number, boolean, or array of strings.

number

Optional creation time (Unix ms). When provided and different from the stored value, it is persisted.

number

Optional last update time (Unix ms). When provided and different from the stored value, it is persisted.

Responses

409

Reference already exists; must be unique across client records

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json