Update Decision Log

Updates the status and/or notes for a specified decision.

SecuritybearerToken
Request
path Parameters
decisionLogId
required
string

The unique identifier of the decision log to retrieve, obtained from /usageLog.

Request Body schema: application/json
statusCode
number

The status that the decision will be updated to. Typically, 1 is reserved for positive outcomes, 2 for pending status and 3 for negative outcomes.

notes
string

Free text field to allow for the saving of notes on the associated decision object.

Responses
200
400
401
patch/decisionEngine/usageLog/{decisionLogId}
Request samples
application/json
{
  • "statusCode": 1,
  • "notes": "Manually approved by Senior Credit Controller."
}
Response samples
application/json
{
  • "correlationId": "23921650-c073-11ea-860f-06bc8182190e",
  • "decisionLogId": 64492,
  • "provenirId": "repoObj_0ed6a4aa_16e17d977e9_07ffb16e17d977e9",
  • "friendlyName": "Check & Decide Demo",
  • "userId": 101445010,
  • "companyId": "US001-X-US60521352",
  • "companyName": "CREDITSAFE USA INC.",
  • "response": {
    },
  • "decisionDate": "2019-08-24T14:15:22Z",
  • "originationId": "SFC-1976",
  • "status": 3,
  • "notes": "string",
  • "modifiedDate": "2019-08-24T14:15:22Z"
}