{
"full_name": "string",
"mobile_country_code": "string",
"mobile_number": 0,
"email_id": "string",
"date_of_birth": "2019-08-24",
"gender": "Female",
"location": "string",
"second_mobile_country_code": "string",
"second_mobile_number": 0,
"preferred_language": "string",
"place_id": "string",
"address": "string",
"state_code": "string",
"city_code": "string",
"country_code": "string",
"address_pin_code": 0,
"emergency_contact_number": "string",
"emergency_contact_person": "string",
"source": "string",
"channel": "string",
"heartrate_monitoring_id": 0,
"referred_by": "string",
"medical_alert": "string",
"note": "string",
"taxnumber": "string",
"custom_fields": "string",
"place_id_request": "string",
"image_base64": "string",
"password": "string",
"client_external_cms_id": "string",
"migration_id": "string",
"national_id": "string",
"organisation_id": 0,
"promotional_notification_channels_allowed": [
"None"
],
"client_waiver": {
"waiver_master_id": 0,
"waiver_payload": [
{
"type": "CheckBox",
"key": "string",
"value": null
}
]
}
}
curl --location --request POST '/open/companies//tenants//prospect' \
--header 'Content-Type: application/json' \
--data-raw '{
"full_name": "string",
"mobile_country_code": "string",
"mobile_number": 0,
"email_id": "string",
"date_of_birth": "2019-08-24",
"gender": "Female",
"location": "string",
"second_mobile_country_code": "string",
"second_mobile_number": 0,
"preferred_language": "string",
"place_id": "string",
"address": "string",
"state_code": "string",
"city_code": "string",
"country_code": "string",
"address_pin_code": 0,
"emergency_contact_number": "string",
"emergency_contact_person": "string",
"source": "string",
"channel": "string",
"heartrate_monitoring_id": 0,
"referred_by": "string",
"medical_alert": "string",
"note": "string",
"taxnumber": "string",
"custom_fields": "string",
"place_id_request": "string",
"image_base64": "string",
"password": "string",
"client_external_cms_id": "string",
"migration_id": "string",
"national_id": "string",
"organisation_id": 0,
"promotional_notification_channels_allowed": [
"None"
],
"client_waiver": {
"waiver_master_id": 0,
"waiver_payload": [
{
"type": "CheckBox",
"key": "string",
"value": null
}
]
}
}'
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}