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": "32b4da17-fb63-4419-b349-102ef0be51ef",
  "name": "sample string 2",
  "sales_organization_id": "38bc5341-3a6d-428e-a114-17c285282651",
  "trigger_code": "sample string 4",
  "enable_for_object_updated_after": "2026-03-07T13:17:04.0592013+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": "84363795-7b11-4ac6-b476-2a25007b0ae2",
  "pdf_template_id": "27feae96-0e99-4d2c-8260-e8f9668b5d67",
  "enable_filter_job_type": true,
  "enable_filter_contract_type_id": "b5904ddc-84ac-462e-beb8-53b7711defd5",
  "enable_filter_no_contract_type": true,
  "archived": true,
  "modified_dateutc": "2026-03-07T13:17:04.0592013+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>b5904ddc-84ac-462e-beb8-53b7711defd5</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-07T13:17:04.059Z</enable_for_object_updated_after>
  <id>32b4da17-fb63-4419-b349-102ef0be51ef</id>
  <modified_dateutc>2026-03-07T13:17:04.059Z</modified_dateutc>
  <name>sample string 2</name>
  <pdf_template_id>27feae96-0e99-4d2c-8260-e8f9668b5d67</pdf_template_id>
  <print_layout_id>84363795-7b11-4ac6-b476-2a25007b0ae2</print_layout_id>
  <sales_organization_id>38bc5341-3a6d-428e-a114-17c285282651</sales_organization_id>
  <sending_type>sample string 11</sending_type>
  <trigger_code>sample string 4</trigger_code>
</communication>