Update an event instance subscriber

patch

/fscmRestApi/resources/11.13.18.05/eventInstanceSubscribers/{SubscriberStatusId}

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=
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.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
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 : eventInstanceSubscribers-item-response
Type: object
Show Source
  • Title: Success Date
    The date on which the event instance was delivered.
  • Read Only: true
    The unique identifier for an event.
  • Title: Instance Date
    Read Only: true
    The date on which event instance was created.
  • Title: Event Instance Error Message
    Read Only: true
    Maximum Length: 4000
    The error message regarding delivery of the event instance.
  • Title: Event Instance ID
    The unique identifier for the event instance.
  • Title: Event Status Code
    Read Only: true
    Maximum Length: 30
    The status code of event instance, such as ORA_HEY_EVENT_PUBLISHED or ORA_HEY_EVENT_UNATTEMPTED. A list of accepted values is defined in the lookup type ORA_HEY_EVENT_INSTANCE_STATUS.
  • Title: Event Status
    Read Only: true
    Maximum Length: 80
    The status of event instance, such as published or not attempted. A list of accepted values is defined in the lookup type ORA_HEY_EVENT_INSTANCE_STATUS.
  • Title: Event Name
    Read Only: true
    Maximum Length: 50
    The name of the event instance that was triggered.
  • Title: Occurrence Date
    Read Only: true
    The date of occurrence of the event instance.
  • Title: Last Retry Date
    The date when last retry was performed for delivering the event instance.
  • Links
  • Title: Retry Allowed
    Read Only: true
    Indicates whether the application or user can retry to trigger the event instance.
  • Title: Subscriber Error Message
    Maximum Length: 4000
    The error message regarding receipt of event instance by the subscriber.
  • Title: Subscriber Instance Date
    The date on which event instance was sent to the subscriber.
  • Title: Subscriber Retry Count
    The number of times a subscriber has tried to reprocess the event instance.
  • Title: Subscriber Status Code
    Maximum Length: 30
    The status code of the event instance being delivered to and processed by the subscriber, such as ORA_HEY_SUBSCRIBER_SUCCESS or ORA_HEY_SUBSCRIBER_FAILED. A list of accepted values is defined in the lookup type ORA_HEY_EVENT_SUBSCRIBER_STATUS. The patch action can be used with this attribute to retry a failed event delivery. To retry an event delivery for a subscriber, pass the subscriber payload.
  • Title: Subscriber Status ID
    The unique identifier for the event instance subscriber status.
  • Title: Subscriber Status
    Read Only: true
    Maximum Length: 80
    The status of the event instance being delivered to and processed by the subscriber, such as successful or failed. A list of accepted values is defined in the lookup type ORA_HEY_EVENT_SUBSCRIBER_STATUS.
  • Title: Subscriber Code
    Read Only: true
    Maximum Length: 30
    The unique code of the event instance target.
  • Read Only: true
    The unique identifier for the event subscriber.
  • Title: Subscriber Name
    Read Only: true
    Maximum Length: 50
    The name of the event instance target, such as Send Communications Service.
Back to Top