Update Existing Risk Indicator
put
/DmRiskIndicator-service/riskIndicators
This endpoint is used to update an existing risk indicator.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Request Body that contains data required for updating an existing Risk Indicator.
Root Schema : DmFeedRiskIndicatorWrapperDTO
Type:
object
Collection of Risk Indicators medels.
Show Source
-
acctNbr:
string
Account Number.
-
custNbr:
string
Customer Number.
-
prdProcessrCd:
string
Product Processor Code.
-
riskIndicator:
array riskIndicator
Nested Schema : riskIndicator
Type:
Show Source
array
-
Array of:
object DmFeedRiskIndicatorDTO
Risk Indicator Object
Nested Schema : DmFeedRiskIndicatorDTO
Type:
object
Risk Indicator Object
Show Source
-
entityId:
string
Entity Id
-
entityType:
string
Entity Type
-
prdProcessrCd:
string
Product Processor Code
-
rcdType:
string
Record type
-
udf1:
number
udf1
-
udf10:
number
udf10
-
udf11:
number
udf11
-
udf12:
number
udf12
-
udf13:
number
udf13
-
udf14:
number
udf14
-
udf15:
number
udf15
-
udf16:
number
udf16
-
udf17:
number
udf17
-
udf18:
number
udf18
-
udf19:
number
udf19
-
udf2:
number
udf2
-
udf20:
number
udf20
-
udf21:
number
udf21
-
udf22:
number
udf22
-
udf23:
number
udf23
-
udf24:
number
udf24
-
udf25:
number
udf25
-
udf26:
number
udf26
-
udf27:
number
udf27
-
udf28:
number
udf28
-
udf29:
number
udf29
-
udf3:
number
udf3
-
udf30:
number
udf30
-
udf31:
string
udf31
-
udf32:
string
udf32
-
udf33:
string
udf33
-
udf34:
string
udf34
-
udf35:
string
udf35
-
udf36:
string
udf36
-
udf37:
string
udf37
-
udf38:
string
udf38
-
udf39:
string
udf39
-
udf4:
number
udf4
-
udf40:
string
udf40
-
udf41:
string
udf41
-
udf42:
string
udf42
-
udf43:
string
udf43
-
udf44:
string
udf44
-
udf45:
string
udf45
-
udf46:
string
udf46
-
udf47:
string
udf47
-
udf48:
string
udf48
-
udf49:
string
udf49
-
udf5:
number
udf5
-
udf50:
string
udf50
-
udf6:
number
udf6
-
udf7:
number
udf7
-
udf8:
number
udf8
-
udf9:
number
udf9
-
warnIndCd:
string
Risk Indicator Code
-
warnIndVal:
string
Risk Indicator Value
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successfully performs the operation.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : ResponseDto
Type:
Show Source
object
-
codes:
array codes
An array of response codes.
-
getResponse:
object NotesCollection
Collection of Notes.
-
id:
string
The ID of the response.
-
requestId:
string
The ID of the request associated with the response.
-
saveResponse:
object inlineResponse201
ID of the newly created order.
-
status:
string
The status of the response.
Nested Schema : codes
Type:
array
An array of response codes.
Show Source
-
Array of:
object ResponseCode
Response code for account.
Nested Schema : ResponseCode
Type:
object
Response code for account.
Show Source
-
arg:
string
The argument used in the response message.
-
args:
array args
The arguments used in the response message.
-
Code:
string
The code representing the response status.
-
Desc:
string
The description of the response status.
-
Language:
string
The language used for the response message.
-
Type:
string
The type of the response status.
Nested Schema : items
Type:
object
Nested Schema : NotesModel
Type:
object
Notes model
Show Source
-
accountId:
string
The unique identifier of the account for which the note is created.
-
actionId:
string
Action ID linked to the Note
-
alert:
string
Alert Flag
-
applyToAllAccounts:
boolean
Apply To All Accounts Flag
-
capturedBy:
string
The unique identifier of the user who captured the note.
-
caseId:
string
Case Id
-
createdDate:
string
Created Date
-
desc:
string
A description of the note.
-
notesId:
string
The unique identifier of the note.
-
notesType:
string
The type of the note.
-
status:
string
The status of the note.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input.
500 Response
Internal error.