Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
communication| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| name | string | ||
| sales_organization_id | globally unique identifier | ||
| trigger_code | string | ||
| enable_for_object_updated_after | date | ||
| email_subject | string | ||
| email_body | string | ||
| email_to | string | ||
| email_cc | string | ||
| email_bcc | string | ||
| sending_type | string | ||
| print_layout_id | globally unique identifier | ||
| pdf_template_id | globally unique identifier | ||
| enable_filter_job_type | boolean | ||
| enable_filter_contract_type_id | globally unique identifier | ||
| enable_filter_no_contract_type | boolean | ||
| archived | boolean | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "b8eb3266-c0e1-42b8-af22-a749e0e9d623",
"name": "sample string 2",
"sales_organization_id": "b68fee09-8ce9-456c-90cd-8d9b1ad749f6",
"trigger_code": "sample string 4",
"enable_for_object_updated_after": "2026-01-11T23:50:41.8116538+00:00",
"email_subject": "sample string 6",
"email_body": "sample string 7",
"email_to": "sample string 8",
"email_cc": "sample string 9",
"email_bcc": "sample string 10",
"sending_type": "sample string 11",
"print_layout_id": "c37f86ce-34fc-43c6-8c1f-250c990eb8cf",
"pdf_template_id": "1b17894c-256f-4184-bf20-04a468d1bce0",
"enable_filter_job_type": true,
"enable_filter_contract_type_id": "fd0e6881-0fbb-4739-8111-6fb0771bbd61",
"enable_filter_no_contract_type": true,
"archived": true,
"modified_dateutc": "2026-01-11T23:50:41.8116538+00:00"
}
application/xml, text/xml
Sample:
<communication xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <archived>true</archived> <email_bcc>sample string 10</email_bcc> <email_body>sample string 7</email_body> <email_cc>sample string 9</email_cc> <email_subject>sample string 6</email_subject> <email_to>sample string 8</email_to> <enable_filter_contract_type_id>fd0e6881-0fbb-4739-8111-6fb0771bbd61</enable_filter_contract_type_id> <enable_filter_job_type>true</enable_filter_job_type> <enable_filter_no_contract_type>true</enable_filter_no_contract_type> <enable_for_object_updated_after>2026-01-11T23:50:41.811Z</enable_for_object_updated_after> <id>b8eb3266-c0e1-42b8-af22-a749e0e9d623</id> <modified_dateutc>2026-01-11T23:50:41.811Z</modified_dateutc> <name>sample string 2</name> <pdf_template_id>1b17894c-256f-4184-bf20-04a468d1bce0</pdf_template_id> <print_layout_id>c37f86ce-34fc-43c6-8c1f-250c990eb8cf</print_layout_id> <sales_organization_id>b68fee09-8ce9-456c-90cd-8d9b1ad749f6</sales_organization_id> <sending_type>sample string 11</sending_type> <trigger_code>sample string 4</trigger_code> </communication>