Versions Compared

Key

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

...

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
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.  
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
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.

...