Update an existing business rules framework request

patch

/fscmRestApi/resources/11.13.18.05/publicSectorBusinessRulesFrameworkRequests/{LogId}

Request

Path Parameters
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
  • Maximum Length: 100
    Records the current point of the rule processing at the overall top-level. This information is used in the case of a processing interruption and the rule needs to be retried.
  • Title: Event ID
    The unique identifier of the event associated with the business rules framework request.
  • Title: Execution ID
    Maximum Length: 50
    The unique identifier of the execution instance associated with the business rules framework request.
  • The number of times the process has been retried aftrer an error.
  • Maximum Length: 50
    The status of the current execution. For example, Unprocessed, Warning, Success, or Error.
  • Records the list of rules, or keys, that need to be retried in the case of a processing interruption.
  • The log message associated with this log.
  • An operator is passed by the requesting application to filter the data in the rule framework processor to iterate objects to advance the workflow once a fee is paid. For example, the operator may be "In," such as "LnpRecordKey In (300000001798129, 300000001812166)". This operator will be used for the RecordSecondKey passed.
  • The payload sent from the application in the business rules framework request. It has key values, event code, and other details.
  • Title: Resource ID
    The unique identifier of the resource associated with the business rules framework request.
  • A fliexible time field used to store, calculate, and monitor the time required to run an event, rule, and or action.
  • A fliexible time field used to store, calculate, and monitor the time required to run an event, rule, and or action.
  • A fliexible time field used to store, calculate, and monitor the time required to run an event, rule, and or action.
  • A fliexible time field used to store, calculate, and monitor the time required to run an event, rule, and or action.
  • A fliexible time field used to store, calculate, and monitor the time required to run an event, rule, and or action.
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 : publicSectorBusinessRulesFrameworkRequests-item-response
Type: object
Show Source
Back to Top