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. |
{- "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"
}
}