Get an outbound message

get

/crmRestApi/resources/11.13.18.05/outboundMessages/{OutboundMessageId}

Request

Path Parameters
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
Query Parameters
  • This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2

    Format: <attr1>=<val1>,<attr2>=<value2>
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
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.

There's no request body for this operation.

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 : outboundMessages-item-response
Type: object
Show Source
  • Title: Alternate Message ID
    Maximum Length: 2000
    The unique identifier of the outbound email in the email delivery application.
  • Title: Body
    The body of the outbound message.
  • Title: Business Organization ID
    The unique identifier of the business unit organization Id.
  • Title: Channel ID
    The unique identifier of the channel of the outbound Message.
  • Title: Channel Type Code
    Maximum Length: 30
    The channel type code.
  • Title: Corporate Currency Code
    Maximum Length: 15
    The corporate currency code associated with the outbound message. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the code.
  • Title: Creation Date
    Read Only: true
    The date when the record was created.
  • Title: Type of Currency Conversion Rate
    Maximum Length: 30
    The currency conversion rate type associated with the outbound message. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
  • Title: Currency Code
    Maximum Length: 15
    The currency code associated with the outbound message. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
  • Title: Can Delete Message
    Read Only: true
    Indicates whether the outbound message record can be deleted.
  • Title: Delivery Type Code
    Maximum Length: 30
    Default Value: ORA_SVC_IMMEDIATE
    The delivery type code of the outbound message.
  • Title: Last Updated Date
    Read Only: true
    The date when the outbound message was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the outbound message.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login of the user who last updated the outbound message.
  • Links
  • Title: Message Content
    The content of the outbound message, such as the contents of an email.
  • Title: Outbound Message ID
    The unique identifier of the outbound message.
  • Title: Outbound Message Number
    Maximum Length: 30
    The alternate key identifier of the outbound message.
  • Outbound Message Parts
    Title: Outbound Message Parts
    The outbound message parts resource is used to view, create, update, and delete an outbound message part. It's used to get the description of the root outbound message resource part.
  • Title: Posted by Party ID
    The unique party identifier of the user who posted the outbound message.
  • Title: Processing Status Code
    Maximum Length: 30
    The processing status code of the outbound message.
  • Title: Reply to Address
    Maximum Length: 240
    The reply to address of the outbound message.
  • Title: Retry Count
    Default Value: 0
    The retry count of the outbound message.
  • Title: Sender Email Source Code
    Maximum Length: 30
    The source code of the sender email for the outbound message.
  • Title: Sender Name
    Maximum Length: 100
    The name of the sender who sent the outbound message.
  • Title: Sent Date
    The date when the message was sent by the sender.
  • Title: Source Code
    Maximum Length: 30
    The source code of the outbound message.
  • Title: Source Message Object ID
    The object identifier of the outbound message.
  • Title: Source Message Object Type Code
    Maximum Length: 30
    The source message object type code of the outbound message.
  • Title: Source Object ID
    The source object identifier of the outbound message.
  • Title: Source Object Primary Key Name
    Maximum Length: 30
    The source object primary key of the outbound message.
  • Title: Source Object Template Name
    Maximum Length: 240
    The template name of the outbound message.
  • Title: Source Object Type Code
    Maximum Length: 30
    The source object type code of the outbound message.
  • Title: Status Code
    Maximum Length: 30
    The status code of the outbound message.
  • Title: Status Details
    Maximum Length: 1000
    The status details of the outbound message.
  • Title: Stripe Code
    Maximum Length: 30
    The stripe code of the outbound message.
  • Title: Subject
    Maximum Length: 400
    The subject of the outbound message.
  • Title: Can Update Message
    Indicates whether the outbound message has been updated.
  • Title: Use Posted by Party Email
    Maximum Length: 1
    Default Value: false
    The email of the user who posted the outbound message.
  • Title: Use Posted by Party Name
    Maximum Length: 1
    Default Value: false
    The name of the user who posted the outbound message.
Nested Schema : Outbound Message Parts
Type: array
Title: Outbound Message Parts
The outbound message parts resource is used to view, create, update, and delete an outbound message part. It's used to get the description of the root outbound message resource part.
Show Source
Nested Schema : outboundMessages-OutboundMsgParts-item-response
Type: object
Show Source
  • Title: Corporate Currency Code
    Maximum Length: 15
    The corporate currency code associated with the message part. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the outbound message recipient.
  • Title: Creation Date
    Read Only: true
    The date when the outbound message was created.
  • Title: Type of Currency Conversion Rate
    Maximum Length: 30
    The currency conversion rate type for the message part. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
  • Title: Currency Code
    Maximum Length: 15
    The currency code associated with the message part. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
  • Title: Can Delete Message Part
    Read Only: true
    Indicates whether the outbound message is deleted.
  • Title: Last Updated Date
    Read Only: true
    The date when the outbound message detail was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The login of the user who last updated the outbound message detail.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login of the user who last updated the outbound message detail.
  • Links
  • Title: Outbound Message ID
    The unique identifier of the outbound message detail.
  • Title: Outbound Message Part ID
    The unique part identifier of the outbound message detail.
  • Title: Part Name
    Maximum Length: 64
    The part name of the outbound message detail.
  • Title: Part Type Code
    Maximum Length: 30
    The part type of the outbound message details.
  • Title: Part Value
    Maximum Length: 2000
    The part value of the outbound message details.
  • Title: Can Update Message Part
    Read Only: true
    Indicates whether the outbound message can be updated.
Back to Top

Examples

The following example shows how to get an outbound message by submitting a GET request on the REST resource using cURL.

cURL Command

https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/outboundMessages/300100185236180

Example of Response Body

The following example shows the contents of the response body in JSON format.

{
  "items": [
    {
      "OutboundMessageId": 300100185236180,
      "SourceMsgObjId": 300100185236178,
      "SourceObjId": null,
      "SourceObjTypeCd": null,
      "SourceObjTemplateName": null,
      "SourceObjPkName": null,
      "PostedByPartyid": 300100112113725,
      "Subject": "Test Inboud Email",
      "SourceCd": "ORA_SVC_API",
      "ChannelId": 100100104291163,
      "StatusCd": "ORA_SVC_COMMITTED",
      "StatusDetails": null,
      "ProcessingStatusCd": "ORA_SVC_READY",
      "SentDate": null,
      "ReplyToAddress": null,
      "BUOrgId": 204,
      "StripeCd": "ORA_SVC_CRM",
      "CreationDate": "2020-04-22T15:55:30.607+00:00",
      "CreatedBy": "SALES_ADMIN",
      "LastUpdateDate": "2020-04-22T15:55:30.607+00:00",
      "LastUpdatedBy": "SALES_ADMIN",
      "LastUpdateLogin": "A3C4EB7111592134E053773AF80AD383",
      "ChannelTypeCd": "ORA_SVC_EMAIL",
      "RetryCount": 0,
      "SourceMsgObjTypeCd": "ConversationMessage",
      "OutboundMessageNumber": "CDRM_0000000001",
      "SenderName": null,
      "UsePostedByEmailFlag": false,
      "UsePostedByNameFlag": false,
      "UpdateFlag": true,
      "DeleteFlag": true,
      "CorpCurrencyCode": null,
      "CurcyConvRateType": null,
      "CurrencyCode": null,
      "links": [
        {
          "rel": "self",
          "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/outboundMessages/300100185236180",
          "name": "outboundMessages",
          "kind": "item",
          "properties": {
            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
          }
        },
        {
          "rel": "canonical",
          "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/outboundMessages/300100185236180",
          "name": "outboundMessages",
          "kind": "item"
        },
        {
          "rel": "child",
          "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/outboundMessages/300100185236180/child/OutboundMsgParts",
          "name": "OutboundMsgParts",
          "kind": "collection"
        },
        {
          "rel": "enclosure",
          "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/outboundMessages/300100185236180/enclosure/Body",
          "name": "Body",
          "kind": "other"
        },
        {
          "rel": "enclosure",
          "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/outboundMessages/300100185236180/enclosure/MessageContent",
          "name": "MessageContent",
          "kind": "other"
        }
      ]
    },
...
Back to Top