Inputs (Array[]) inherits fromĀ EntityBase
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
Key | string | The type keys of the POA to be created Full, Trade, View or Inactive | True | 2.02.20160603 |
AccountIDAccountId | Guid | The BrickId of the Account for which the POA should be created | True | 2.02.20160603 |
POACustomerNo | string | The customer number of who should receive the POA | True | 2.02.20160603 |
CustomFields | object[] | 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. | False | 2.20 |
Comment | string | A comment to add some information. | False | 2.24 |
...