GetReservations
Filter inputs
Name | Type | Description | Mandatory | Available from version |
|---|---|---|---|---|
BrickIds | Guid[] | Ids of the Reservations |
|
|
Accounts | Guid[] | Accounts of the Reservations |
|
|
Assets | Guid[] | Assets of the Reservations |
|
|
CreatedDateFrom | DateTime | Start of the creationdate of the Reservations |
|
|
CreatedDateTo | DateTime | End of the creationdate of the Reservations |
|
|
References | Guid[] | References of the Reservations |
|
|
Orders | Guid[] | OrderIds of the Reservations |
|
|
Comments | string[] | Comments of the Reservations |
|
|
Response rows (Array) inherits from EntityBase
Name | Type | Description | Available from version |
|---|---|---|---|
BrickId | Guid | The brickId (unique id) of the Reservation |
|
Account | Guid | The account of the Reservation |
|
Asset | Guid | The asset of the Reservation |
|
CreatedDate | DateTime | The createddate of the Reservation |
|
Reference | Guid | The refermce of the Reservation |
|
Order | Guid | The orderid of the Reservation |
|
ReservedAmountTrade | decimal | The reserved amount in trade of the Reservation |
|
ReservedAmountTrade | decimal | The reserved amount in settle of the Reservation |
|
Code examples