This operation adds an additional identifier to a customer account record when making use of Electrum account mirroring.
The request has been accepted and the customer account information has been successfully recorded.
Bad Request.
Account to update not found.
The additionalId
already exists for the accountId
.
Internal server error. Any 5xx should be considered as transitive and the original request should therefore be retried.
Service unavailable.
{- "creationDateTime": "2022-05-04T03:02:01.000Z",
- "messageIdentification": "uniqueMessageId",
- "additionalIdentifier": {
- "identifierType": "FI_ACCOUNT_IDENTIFIER",
- "identifier": 10012345678,
- "branch": {
- "identification": "210514",
- "name": "Universal"
}
}
}
{- "category": "BAD_REQUEST",
- "message": "string",
- "detail": "string"
}