Data payload{
"data": {
"property1": null,
"property2": null
}
}curl --location --request PUT 'https://api.cobra.de/v1/crm/people//integration-data/' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'X-Integration-Contact: info@cobra.de' \
--header 'Accept-Language: de' \
--header 'Content-Type: application/json' \
--data '{
"data": {
"property1": null,
"property2": null
}
}'{
"data": {
"data": {
"property1": null,
"property2": null
},
"modifiedAt": "2019-08-24T14:15:22.123Z",
"modifiedBy": "07ff0787-1af5-4fc4-9832-7aaeaa962a5e"
},
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22.123Z"
},
"statusCode": 0
}