A request containing information that will be used to update the particulars stored for the given Account.
required | object (MessageIdentifiers) Holds a point-to-point unique message identification string as well as a message's creation date time. |
object (SupplementaryData) A list of key-value pairs to support adding any supplementary/additional data to an Electrum Regulated Payments API message. | |
required | object (Account) An account within the Electrum Account mirror. Note that the |
Array of objects (AccountOwner) | |
required | object (AccountOwner) Contains information detailing the owner of an account, which can be either a person or organisation. |
schema required | string Value: "AccountUpdateRequest" |
{- "messageIdentifiers": {
- "creationDateTime": "2019-08-24T14:15:22Z",
- "messageIdentification": "string"
}, - "supplementaryData": {
- "property1": "string",
- "property2": "string"
}, - "account": {
- "accountName": "string",
- "additionalIdentifications": [
- {
- "accountKnownAs": "string",
- "identifier": {
- "schema": "string",
- "value": "string"
}, - "registeredSchemes": [
- "ZA_RTC"
]
}
], - "currency": "string",
- "openingDate": "2019-08-24T14:15:22Z",
- "primaryIdentification": {
- "accountKnownAs": "string",
- "identifier": {
- "schema": "string",
- "value": "string"
}, - "registeredSchemes": [
- "ZA_RTC"
]
}, - "restrictions": [
- {
- "restrictionType": "NO_CREDITS",
- "validFrom": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z"
}
], - "status": "ENABLED",
- "type": {
- "schema": "string",
- "value": "CACC"
}
}, - "otherAccountOwnerDetails": [
- {
- "recordIdentifier": "string",
- "schema": "ORGANISATION"
}
], - "primaryAccountOwnerDetails": {
- "recordIdentifier": "string",
- "schema": "ORGANISATION"
}, - "schema": "AccountUpdateRequest"
}