Create a communication setup

post

/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups

Request

Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Communication Versions
Type: array
Title: Communication Versions
The versions of a communication setup.
Show Source
Nested Schema : Entity Assignments
Type: array
Title: Entity Assignments
Academic entities which have been assigned to communications.
Show Source
Nested Schema : Communication Tags
Type: array
Title: Communication Tags
The list of tags assigned to a communication setup.
Show Source
Nested Schema : hedCommunicationSetups-commVersions-item-post-request
Type: object
Show Source
Nested Schema : Communication Channel Setups
Type: array
Title: Communication Channel Setups
The list of channels that are supported by the communication template.
Show Source
Nested Schema : hedCommunicationSetups-commVersions-commChannels-item-post-request
Type: object
Show Source
Nested Schema : Communication Content Properties
Type: array
Title: Communication Content Properties
The properties for a communication that hold information about the communication template for specific channels. For example, information for From, Reply to, and Subject.
Show Source
Nested Schema : hedCommunicationSetups-commVersions-commChannels-commContentProperties-item-post-request
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
  • Title: Entity Code
    Maximum Length: 100
    The user defined identifier of associated entity associated to a communication setup.
  • Title: Entity ID
    The unique identifier of the entity associated to a communication setup.
  • Title: Entity Type Code
    Maximum Length: 30
    The entity type code of the entity associated to a communication setup. A list of accepted values is defined in the lookup type ORA_HER_ASSOCIATED_OBJECT_TYPE.
  • Title: Request Action
    Maximum Length: 80
    The request action that's performed when passed by the user during an update of an associated entity to a communication setup. When set to DELETE, the record is deleted. The only accepted value for request action is DELETE.
Nested Schema : hedCommunicationSetups-tagAssignments-item-post-request
Type: object
Show Source
  • Title: Request Action
    Maximum Length: 80
    The request action that's performed when passed by the user during an update of an associated tag to a communication setup.
  • Title: Tag Code
    Maximum Length: 30
    The unique code of a tag assigned to a communication setup.
  • Title: Tag ID
    Unique identifier for the tag assigned to the communication setup.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : hedCommunicationSetups-item-response
Type: object
Show Source
Nested Schema : Communication Versions
Type: array
Title: Communication Versions
The versions of a communication setup.
Show Source
Nested Schema : Entity Assignments
Type: array
Title: Entity Assignments
Academic entities which have been assigned to communications.
Show Source
Nested Schema : Communication Tags
Type: array
Title: Communication Tags
The list of tags assigned to a communication setup.
Show Source
Nested Schema : hedCommunicationSetups-commVersions-item-response
Type: object
Show Source
Nested Schema : Communication Channel Setups
Type: array
Title: Communication Channel Setups
The list of channels that are supported by the communication template.
Show Source
Nested Schema : hedCommunicationSetups-commVersions-commChannels-item-response
Type: object
Show Source
Nested Schema : Communication Content Properties
Type: array
Title: Communication Content Properties
The properties for a communication that hold information about the communication template for specific channels. For example, information for From, Reply to, and Subject.
Show Source
Nested Schema : hedCommunicationSetups-commVersions-commChannels-commContentProperties-item-response
Type: object
Show Source
Nested Schema : hedCommunicationSetups-entityAssignments-item-response
Type: object
Show Source
  • Title: Entity Code
    Maximum Length: 100
    The user defined identifier of associated entity associated to a communication setup.
  • Title: Entity ID
    The unique identifier of the entity associated to a communication setup.
  • Title: Entity Name
    Read Only: true
    Maximum Length: 100
    The name of the entity associated to a communication setup.
  • Title: Entity Type Code
    Maximum Length: 30
    The entity type code of the entity associated to a communication setup. A list of accepted values is defined in the lookup type ORA_HER_ASSOCIATED_OBJECT_TYPE.
  • Title: Entity Type
    Read Only: true
    Maximum Length: 80
    The entity type of the entity associated to a communication setup.
  • Title: Last Update Date
    Read Only: true
    The date the row was last updated of an entity association to a communication setup.
  • Links
  • Title: Request Action
    Maximum Length: 80
    The request action that's performed when passed by the user during an update of an associated entity to a communication setup. When set to DELETE, the record is deleted. The only accepted value for request action is DELETE.
  • Title: Settings Assignment ID
    Read Only: true
    The unique identifier for the setup association record that ties an entity to a communication setup.
Nested Schema : hedCommunicationSetups-tagAssignments-item-response
Type: object
Show Source
  • Links
  • Title: Request Action
    Maximum Length: 80
    The request action that's performed when passed by the user during an update of an associated tag to a communication setup.
  • Title: Tag Assignment ID
    Read Only: true
    Unique identifier for the tag assignment in the communication setup.
  • Title: Tag Code
    Maximum Length: 30
    The unique code of a tag assigned to a communication setup.
  • Title: Tag ID
    Unique identifier for the tag assigned to the communication setup.
  • Title: Tag Name
    Read Only: true
    Maximum Length: 64
    The tag name assigned to the communication setup.
Back to Top