curl --request POST \
--url https://api.example.com/api/Users/records/transfer \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"customerId": 123,
"creatorId": 123,
"sources": [
{
"id": 123,
"name": "<string>"
}
],
"destination": {
"id": 123,
"name": "<string>"
},
"categories": [
"<string>"
]
}
'{
"openActivities": 123,
"openJobs": 123,
"clients": 123,
"contacts": 123
}curl --request POST \
--url https://api.example.com/api/Users/records/transfer \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"customerId": 123,
"creatorId": 123,
"sources": [
{
"id": 123,
"name": "<string>"
}
],
"destination": {
"id": 123,
"name": "<string>"
},
"categories": [
"<string>"
]
}
'{
"openActivities": 123,
"openJobs": 123,
"clients": 123,
"contacts": 123
}Was this page helpful?