Request
Body Params application/json
{
"email": "[email protected]",
"full_name": "string",
"vat_number": "string",
"notes": "string",
"id_verified_at": "2019-08-24",
"default_discount_amount": 0,
"phone_number": "string",
"nature": "personal",
"default_discount_type": "discount_value",
"locale": "en",
"nationality": "AD",
"addresses_attributes": [
{
"main": true,
"label": "string",
"latitude": 0,
"longitude": 0,
"address_street": "string",
"address_city": "string",
"address_postal_code": "string",
"address_region": "string",
"address_country_code": "AD"
}
]
}
Request samples
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//customer' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "[email protected]",
"full_name": "string",
"vat_number": "string",
"notes": "string",
"id_verified_at": "2019-08-24",
"default_discount_amount": 0,
"phone_number": "string",
"nature": "personal",
"default_discount_type": "discount_value",
"locale": "en",
"nationality": "AD",
"addresses_attributes": [
{
"main": true,
"label": "string",
"latitude": 0,
"longitude": 0,
"address_street": "string",
"address_city": "string",
"address_postal_code": "string",
"address_region": "string",
"address_country_code": "AD"
}
]
}'
Responses
This response does not have a body.
Modified at 2025-07-07 17:53:32