Change Customer
Intent
Applies the supplied changes to the customer.
When to call it
Call this when the customer already exists and its stored values need to change.
Access boundary
Authorize the request with a token that carries customer_portal:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
PATCH
Change Customer
Authorizations
Authentication: Customer session tokens authenticate buyers within your organization. Generate one through the customer session operation.
Body
application/json
Response
Response: Customer updated.
The time Ruba created this record.
The time this record last changed.
The stable identifier for this record.
Available options:
individual, team Previous
Create Customer Session### Intent
Creates a customer session from the values supplied in the request.
### When to call it
Call this when your application has collected the required values and is ready to create a customer session.
### Access boundary
Authorize the request with a token that carries `customer_sessions:write`.
### Successful result
A successful request returns `201`. The response schema below defines the body your integration receives.
### Operational notes
For organizations with `member_model_enabled`, this will automatically
create a member session for the owner member of the customer.
Next
Change Customer