GET api/Branch/GetBranchHrsToGetReady?apiKey={apiKey}&checkOutBranchID={checkOutBranchID}&checkInBranchID={checkInBranchID}&isMonthlyBooking={isMonthlyBooking}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
|
checkOutBranchID | globally unique identifier |
Required |
|
checkInBranchID | globally unique identifier |
Required |
|
isMonthlyBooking | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
HoursToGetReadyEntityName | Description | Type | Additional information |
---|---|---|---|
HoursToGetReady | integer |
None. |
|
PickupOn | date |
None. |
|
ReturnOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "HoursToGetReady": 1, "PickupOn": "2023-12-08T19:08:26.4228759+04:00", "ReturnOn": "2023-12-08T19:08:26.4228759+04:00" }
application/xml, text/xml
Sample:
<HoursToGetReadyEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetlet.Entity.Setup"> <HoursToGetReady>1</HoursToGetReady> <PickupOn>2023-12-08T19:08:26.4228759+04:00</PickupOn> <ReturnOn>2023-12-08T19:08:26.4228759+04:00</ReturnOn> </HoursToGetReadyEntity>