v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBz.1) Institution Level Management
Bulk update customer wallet status within an institution
Sets all wallets for matching customers to the specified status. Matching uses the supplied search criteria; wallet and account number locate the customer but all their wallets are updated. Capped at 100 customers per call.
put/eclipse-conductor/rest/v1/institutions/{institutionId}/customers-status
Path parameters
institutionIdstring required
Query parameters
accountNumberstring
Account number for any wallet. If passed, other filter fields are ignored.
asylumRefNumberstring
customerIdinteger
emailstring
externalUniqueIdstring
firstNamestring
identitystring
lastNamestring
nationalIdentityNumberstring
passportNumberstring
phone1string
tenantIdinteger
walletIdinteger
Request body
Response
OK
Example response
[
{
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00",
"nextMandatoryKycDate": "2022-03-10T12:15:50-04:00",
"positions": [
{
"organisation": {
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00"
}
}
]
}
]