Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

communication
NameDescriptionTypeAdditional 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": "a2b0c6ed-7f62-4b4a-ab53-1b349e9c5e99",
  "name": "sample string 2",
  "sales_organization_id": "87b1fad7-717b-44fd-9d2e-56e1d9c04699",
  "trigger_code": "sample string 4",
  "enable_for_object_updated_after": "2026-03-07T14:49:31.9757759+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": "2af9db04-f75c-45f8-8572-42b78294f927",
  "pdf_template_id": "32e9b8c6-1429-45f7-a32a-4792d9755e37",
  "enable_filter_job_type": true,
  "enable_filter_contract_type_id": "b4a2fb21-9226-4840-8b06-71e5ccc10044",
  "enable_filter_no_contract_type": true,
  "archived": true,
  "modified_dateutc": "2026-03-07T14:49:31.9757759+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>b4a2fb21-9226-4840-8b06-71e5ccc10044</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-03-07T14:49:31.975Z</enable_for_object_updated_after>
  <id>a2b0c6ed-7f62-4b4a-ab53-1b349e9c5e99</id>
  <modified_dateutc>2026-03-07T14:49:31.975Z</modified_dateutc>
  <name>sample string 2</name>
  <pdf_template_id>32e9b8c6-1429-45f7-a32a-4792d9755e37</pdf_template_id>
  <print_layout_id>2af9db04-f75c-45f8-8572-42b78294f927</print_layout_id>
  <sales_organization_id>87b1fad7-717b-44fd-9d2e-56e1d9c04699</sales_organization_id>
  <sending_type>sample string 11</sending_type>
  <trigger_code>sample string 4</trigger_code>
</communication>