Request
Body Params application/json
{
"title": "string",
"relatedToType": "Lead",
"relatedToId": "string",
"fileSize": 0,
"fileType": "string",
"fileGuid": "string",
"description": "string",
"lastModifiedBy": "string"
}
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/account/attachment' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"relatedToType": "Lead",
"relatedToId": "string",
"fileSize": 0,
"fileType": "string",
"fileGuid": "string",
"description": "string",
"lastModifiedBy": "string"
}'
Responses
application/json Modified at 2025-07-08 13:29:36