API Reference

Assign customer

The method assigns customer to the existing purchase. If customer could collect points, he is going to gain corresponding amount of points.
⚠️ Endpoint is available only in the Enterprise interface.

Log in to see full request history
Body Params
string
required

ID of the store.

string
required

A unique identifier for an existing purchase in the production system (e.g., E-commerce, POS, ERP). This ID must be unique within the system and reference an actual purchase or order.

If the purchase was created in CareCloud using the CareCloud API, use the same value as the bill_id parameter from the POST /send-purchase endpoint.

string

Number of the customer card. Parameter is mandatory only if customer_id is not set.

string

The unique ID of the customer. Parameter is mandatory only if card_number is not set.

Headers
string
Defaults to cs, en-gb;q=0.8

The unique ID of the language code by ISO 639-1.

Responses
204

No Content

429

Too many requests - more than the resource limit.

503

Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.

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