POST
/
credentials
/
status

Swaggerhub

You can also use the examples on swaggerhub for an easier to use environment

Query Parameters

statusListId
string

Optional status list identifier provided as a query parameter. Overrides default or body-specified value if present.

statusListCorrelationId
string

Optional correlation ID for the status list. Overrides default or body-specified value if present.

entryCorrelationId
string

Optional correlation ID for a specific entry in the status list. Overrides default or body-specified value if present.

Body

application/json
credentialId
string | null

An optional credentialId if you kown the value. Can be used for a lookup instead of the statusListIndex or entryCorrelationId

credentialStatus
object[]
entryCorrelationId
string | null

An entry correlation Id for the status list. This is typically a business key associated with an index. It allows you to associated business data in your Line of business system with this index, so you can update the status later on more easily

statusListCorrelationId
string | null

A correlation Id for the status list. This is typically a business key

statusListId
string | null

ID of the status list.

statusListIndex
number | null

The index in the statusList. Needs to be provided in case a statusListIndex or entryCorrelationId is not used

Response

200 - application/json
statusesUpdated
integer
success
boolean