GetOrderTypes
Filter inputs
Name | Type | Description | Mandatory | Available from version |
|---|---|---|---|---|
BrickIds | Guid[] | Filter by array of BrickIds. BrickId is the internal id of an order. |
|
|
Keys | string[] | Specific keys (OrderTypes) to look for. |
|
|
Response rows (Array) inherits from EntityBase
Name | Type | Description | Available from version |
|---|---|---|---|
BrickId | Guid | The BrickId of an OrderType |
|
Key | string | For example "TransferInBatchOrder" or "ExternalFundOrderSell" |
|
Label | string | Language label of the OrderType, en-label or sv-label if exists, null otherwise. |
|