The GetReservations function returns all reservation records for the specified parameters.
Method | /productbasecomponents.asmx/GetReservations |
The request body is of type GetReservations.
Name | Description | Data Type |
---|---|---|
filter | ReservationsFilter | |
offset | xml:int | |
recordCount | xml:int | |
orderBy | xml:string |
|
The response body is of type GetReservationsResponse.
Name | Description | Data Type |
---|---|---|
GetReservationsResult | ArrayOfViewReservationInfo |