{
"full_name": "string",
"notes": "string",
"id_document_number": "string",
"id_verified_at": "string",
"default_discount_amount": 0,
"email": "string",
"locale": "string",
"nationality": "string",
"phone_number": "string",
"vat_number": "string",
"includes": [
"string"
],
"id_document_type": "civil",
"default_discount_type": "discount_value",
"nature": "personal",
"addresses_attributes": [
{
"id": 0,
"main": true,
"label": "string",
"address_city": "string",
"address_postal_code": "string",
"address_region": "string",
"address_street": "string",
"latitude": null,
"longitude": null,
"address_country_code": "AD"
}
]
}curl --location --request POST 'https://rnters-staging.herokuapp.com/api/org/customers' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"full_name": "string",
"notes": "string",
"id_document_number": "string",
"id_verified_at": "string",
"default_discount_amount": 0,
"email": "string",
"locale": "string",
"nationality": "string",
"phone_number": "string",
"vat_number": "string",
"includes": [
"string"
],
"id_document_type": "civil",
"default_discount_type": "discount_value",
"nature": "personal",
"addresses_attributes": [
{
"id": 0,
"main": true,
"label": "string",
"address_city": "string",
"address_postal_code": "string",
"address_region": "string",
"address_street": "string",
"latitude": null,
"longitude": null,
"address_country_code": "AD"
}
]
}'