Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "28810bc6-3b58-4fa4-a4b3-1c8119142347",
  "name": "sample string 2",
  "sales_organization_id": "4642acc7-199b-4680-93e8-e30733fbc32f",
  "trigger_code": "sample string 4",
  "enable_for_object_updated_after": "2026-01-12T00:16:54.8945364+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": "d47b6239-fe32-4b2a-bf54-32034ea39606",
  "pdf_template_id": "2a0d5087-42e5-4887-ae42-f804fef931da",
  "enable_filter_job_type": true,
  "enable_filter_contract_type_id": "904746ea-918f-43c2-9794-0c381c284199",
  "enable_filter_no_contract_type": true,
  "archived": true,
  "modified_dateutc": "2026-01-12T00:16:54.8945364+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>904746ea-918f-43c2-9794-0c381c284199</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-12T00:16:54.894Z</enable_for_object_updated_after>
  <id>28810bc6-3b58-4fa4-a4b3-1c8119142347</id>
  <modified_dateutc>2026-01-12T00:16:54.894Z</modified_dateutc>
  <name>sample string 2</name>
  <pdf_template_id>2a0d5087-42e5-4887-ae42-f804fef931da</pdf_template_id>
  <print_layout_id>d47b6239-fe32-4b2a-bf54-32034ea39606</print_layout_id>
  <sales_organization_id>4642acc7-199b-4680-93e8-e30733fbc32f</sales_organization_id>
  <sending_type>sample string 11</sending_type>
  <trigger_code>sample string 4</trigger_code>
</communication>