Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inputs (Array of Persons to update)

NameTypeDescriptionMandatoryAvailable from version
BrickIdsGuidThis is the unique id of the account that should be updatedYes
IsApprovedBooleanChange whether the person is approved or not

FirstNamestringNew first name of person

MiddleNamesstringNew middle names of person
2.10
LastNamestringNew last name of person
2.10
GenderstringValue should be Male, Female, Company
2.10
TitlestringValue should be Miss, Mr, Ms, Dr, Mrs
2.10
UserNamestringNew username
2.10
EmailstringNew Email of the person
2.10
CommentstringNew comment on the person
2.10
PhoneHomestringNew phone number to the persons home
2.10
PhoneMobilestringNew phone number to the persons mobile phone
2.10
PhoneWorkstringNew phone number to the persons work
2.10
PassportNumberstringThe passport number of the Legal Entity

IsFundEntityboolIf the Legal Entity is categorized as an investment fund. An investment fund can have a relationship to a fund company that manages the fund.

IsFundCompanyboolIf the Legal Entity is categorized as a fund company. A fund company can have a relationship to fund entities which it manages.

IsTaxPayerboolIf true the Legal Entity will be subject to tax reporting and tax withholding
2.10
IsApprovedForStructsboolIf the Legal Entity is approved for investing in structured products
2.10
IsVerifiedboolIf the Legal Entity is verified according to Know Your Customer regulations
2.10
IsIssuerboolIf the Legal Entity is categorized as issuer.

SectorNACEstringOnly used for Legal Entities that has IsIssuer set to true.

GroupCode

string

Only used for Legal Entities that has IsIssuer set to true.

ExternalRatingstringOnly used for Legal Entities that has IsIssuer set to true.

RatingAgencystringOnly used for Legal Entities that has IsIssuer set to true.

InstrumentTypesStringint[]

Only used for Legal Entities that has IsIssuer set to true. This is the instrument types the issuer can issue. For information about which number to use: InstrumentTypes.



AddressStreetstringThe street of the persons address
2.10
AddressCitystringThe city in the persons address
2.10
AddressZipstringThe zip code in the persons address
2.10
AddressCOstringThe c/o of the persons address
2.10
DepartmentstringThe name of the department of the person
2.10
CountrystringAccording to ISO-standard here: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
2.10
TaxCountrystringAccording to ISO-standard here: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
2.10
PostageAddressStreetstringThe postage street of the persons address
2.10
PostageAddressCitystringThe postage city in the persons address
2.10
PostageAddressZipstringThe postage zip code in the persons address
2.10
PostageAddressCOstringThe postage c/o of the persons address
2.10
PostageAddressDepartmentstringThe name of the postage department of the person
2.10
PostageAddressCountrystringAccording to ISO-standard here: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
2.10
ExternalReferencestringThe external reference that can be used for a Legal Entity to for example link the Legal Entity to an external system with the id of the Legal Entity in the external system
2.10
CustomFieldsobject[]CustomFields is an array of CustomField objects. Each CustomField consists of two strings, FieldName and Value. There are no datatypes associated with these properties, they are just a way for api-users to add custimized data to the object.

LEIstringThe Legal Entity Identifier that should be used for companies when performing TRS2 reporting
2.11
TRSIdstringThe TRS identification code that should be used for natural persons when performing TRS2 reporting
2.11
TRSCountrystringAccording to ISO-standard here: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2, though only certain countries are available. See GetTRSCountries.
2.11
TRSIdTypestringThe id type for TRS reporting regarding natural persons. Can be either NID, PASSPORT or CONCAT.
2.11
TRSManualHandlingboolTells whether the person should have Manual handling in the TRS reporting or not.
2.11
IsProfessionalboolTells whether the person is a professonal investor in the TRS reporting or not.
2.11
MifidOkboolTells whether the person is compliant for MIFID II or not.
2.11
IsPEPboolTells whether the person is a politically exposed person or not.
2.11
BranchCountrystringAccording to ISO-standard here: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
2.11
DefaultCompanyGuidThe company where the person is employed.
2.11
ResellerNostringCustomer number of the reseller that is to be accosiated with the person
2.14

Outputs

Name
Type
Description
Available from version
EntitiesArray

All persons in the request is returned along with each persons BrickId, IsApproved, FirstName, IsFundEntity, IsFundCompany and array of Errors per person


...