Versions Compared

Key

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

...

NameTypeDescriptionMandatoryAvailable from version
BrickIdGuidThis is the unique id of the account that should be updatedYes 
OwnerAccountLabelstringThis is the label/title of the account.  
AccountStatusint?

1=Open

2=Closed

4=Hidden (hidden on customer front end)

The value given here will be used to update the database

  
AllocationProfileGuid?This is the unique id of an allocation profile record.  
ExternalReferencestringThe value given here will be used to update the database  
RequestReferencestringAn external reference that's provided by the requester. Can be used to map the returned BrickId on requesters side.  
InsuranceOwnerGuid?Only available if addon Insurance Accounts is enabled.
2.07
InsuredGuid?Only available if addon Insurance Accounts is enabled.
2.07
InsurancePayerGuid?Only available if addon Insurance Accounts is enabled.
2.07
ContactLegalEntityGuid?

2.07
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.
2,.09
FirstPaymentAgeIntegerThe age of the person when the first payout should start
2.09
FirstPaymentDateDateTimeFirst date for payout
2.09
PaymentIntervalKeyStringInterval for payouts
2.09
PaymentLengthIntegerNumber of total payouts
2.09
PayoutsIntegerNumber of payouts that has been processed
2.09
PayoutsLeftIntegerRemaining number of payouts
2.09

Outputs

Name
Type
Description
Available from version
EntitiesArray

All accounts in the request is returned along with each accounts BrickId, OwnerAccountLabel, AccountStatus,AllocationProfile,ExternalReference,RequestReference and array of Errors per account

 

...