Skip to main content
PUT
Update customer

Path Parameters

id
integer<int32>
required

The ID of the customer to update.

Body

id
integer<int32>
properties
object | null
partnerId
integer<int32> | null
status
enum<string>
Available options:
Unknown,
New,
Paying,
Canceled
source
enum<string>
Available options:
Unknown,
OnlineReferral,
Lead,
Deal

Response

Customer updated

id
integer<int32>
creationDate
string<date-time>
properties
object | null
sourcePartnerId
integer<int32> | null
sourceLeadId
integer<int32> | null
status
enum<string>
Available options:
Unknown,
New,
Paying,
Canceled
source
enum<string>
Available options:
Unknown,
OnlineReferral,
Lead,
Deal
isDeleted
boolean
deletionDate
string<date-time> | null