Authorization: Bearer ********************
{
"name": "Sukumar",
"ref_id":"jijkdmkdoedmsaad",
"status": "active",
"type": "individual",
"tags": [
"string"
],
"refs": {},
"branch_id": "",
"namespace":"Vayana",
"props": [
{
"key": "pan_no",
"type": "number",
"value":"123254684"
}
]
}
curl --location --request POST 'https://preprod.api.crego.io/contacts/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Sukumar",
"ref_id":"jijkdmkdoedmsaad",
"status": "active",
"type": "individual",
"tags": [
"string"
],
"refs": {},
"branch_id": "",
"namespace":"Vayana",
"props": [
{
"key": "pan_no",
"type": "number",
"value":"123254684"
}
]
}'
{"id":"01JK7V37V8RY5NX22AF4QYSBB3","tenant_id":"59ecf94e-054d-43ee-83db-b158ab9d7f67","created_by":"cffe818a-5003-4116-9104-069f7e062bb4","updated_by":"","created_at":"2025-02-04T12:11:52.033074Z","updated_at":"2025-02-04T12:11:52.033196Z","name":"Kaushick","status":"active","type":"individual","tags":["string"],"refs":{},"branch":null}