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": "3600f39e-61fb-45df-947c-bbc59140f0dd",
  "name": "sample string 2",
  "sales_organization_id": "e54d6ba0-b641-46ce-9ffa-3c74a245f844",
  "trigger_code": "sample string 4",
  "enable_for_object_updated_after": "2026-06-16T21:16:46.1164325+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": "5377cdf7-2324-4625-9426-a8f998f055bd",
  "pdf_template_id": "1a53491b-a669-45c0-8133-f8badbcc1887",
  "enable_filter_job_type": true,
  "enable_filter_contract_type_id": "09176a2d-771c-4e14-982d-8ef72609039d",
  "enable_filter_no_contract_type": true,
  "archived": true,
  "modified_dateutc": "2026-06-16T21:16:46.1164325+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>09176a2d-771c-4e14-982d-8ef72609039d</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-06-16T21:16:46.116Z</enable_for_object_updated_after>
  <id>3600f39e-61fb-45df-947c-bbc59140f0dd</id>
  <modified_dateutc>2026-06-16T21:16:46.116Z</modified_dateutc>
  <name>sample string 2</name>
  <pdf_template_id>1a53491b-a669-45c0-8133-f8badbcc1887</pdf_template_id>
  <print_layout_id>5377cdf7-2324-4625-9426-a8f998f055bd</print_layout_id>
  <sales_organization_id>e54d6ba0-b641-46ce-9ffa-3c74a245f844</sales_organization_id>
  <sending_type>sample string 11</sending_type>
  <trigger_code>sample string 4</trigger_code>
</communication>