Files
web-crm.mcmed.ru/backend/artifacts/extension.http
Viktoria Polyakova 4fb101c5db Init
2026-01-25 08:57:38 +00:00

15 lines
326 B
HTTP

### Create external link
POST {{url}}/api/extension/external-link
Content-Type: application/json
Authorization: Bearer {{token}}
{
"url": "https://salesforce.com",
"name": "Tesla",
"responsibleUserId": {{userId}},
"entityTypeId": {{entityTypeId}},
"stageId": {{stageId}},
"fieldValues": [],
"entityLinks": []
}