Enterprise| Parameter | Default | Description | Required |
|---|---|---|---|
| phone_number | customer phone_number | REQUIRED | |
| customer email | |||
| first_name | customer first name | ||
| last_name | customer last name | ||
| gender | customer gender | ||
| external_id | customer external id | ||
| customer_discount_id | customer discount id |
curl --location --request PATCH 'https://api.simpra.app/apps/api/v1/customers/' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json' \
--data-raw '{
"email": "hildred@muller.co",
"first_name": "Noriko",
"last_name": "Ebert",
"phone_number": "1569714718",
"gender": 1,
"external_id": "6f6fc0e2",
"customer_discount_id": "ac5cbc53-d295-4c93-ba75-a6229a49b8cc"
}'{
"customer": {
"id": "a1e1cce8-5cc6-4fbb-aec0-5539962db183",
"name": "Noriko Ebert"
}
}