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
  • 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.
  • Maximum Length: 50
    The status of the current execution. For example, Unprocessed, Warning, Success, or Error.
  • 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 fee is paid. For example, the operator may be "In," such as "LnpRecordKey In (300000001798129, 300000001812166)."
  • 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.
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