curl --request PATCH \
--url https://api.panora.dev/crm/deals/{id}
{
"message": "<string>",
"error": "<string>",
"statusCode": 123,
"data": {
"field_mappings": {},
"id": "<string>",
"remote_id": "<string>",
"remote_data": {}
}
}
curl --request PATCH \
--url https://api.panora.dev/crm/deals/{id}
{
"message": "<string>",
"error": "<string>",
"statusCode": 123,
"data": {
"field_mappings": {},
"id": "<string>",
"remote_id": "<string>",
"remote_data": {}
}
}
The response is of type object
.