POST api/v1/booking-online/booking-time
Request Information
URI Parameters
None.
Body Parameters
TimeBookingOnlineParamName | Description | Type | Additional information |
---|---|---|---|
DateBookingTime | date |
None. |
|
BranchID | globally unique identifier |
None. |
|
BookingOnlineID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "DateBookingTime": "2025-06-25T22:33:12.9719719+07:00", "BranchID": "eeb386a5-ef55-4571-8d6c-39e7baee3028", "BookingOnlineID": "6a372a57-ed9a-4738-af93-d085557007c3" }
text/html
Sample:
{ "DateBookingTime": "2025-06-25T22:33:12.971988+07:00", "BranchID": "eeb386a5-ef55-4571-8d6c-39e7baee3028", "BookingOnlineID": "6a372a57-ed9a-4738-af93-d085557007c3" }
application/xml, text/xml
Sample:
<TimeBookingOnlineParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.QLNH.BE.BO"> <BookingOnlineID>6a372a57-ed9a-4738-af93-d085557007c3</BookingOnlineID> <BranchID>eeb386a5-ef55-4571-8d6c-39e7baee3028</BranchID> <DateBookingTime>2025-06-25T22:33:12.971988+07:00</DateBookingTime> </TimeBookingOnlineParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GraphAPIResultOfListOfTimeBookingObjectName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of TimeBookingObject |
None. |
|
Success | boolean |
None. |
|
ErrorMessage | string |
None. |
|
ErrorType | GraphAPIErrorType |
None. |
|
Total | integer |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{ "Data": [ { "Type": 1, "Value": [ { "StartTimeInt": 1, "EndTimeInt": 2, "StartTime": "sample string 3", "EndTime": "sample string 4", "DateTimeDisplay": "sample string 5", "RankID": 6, "RankName": "sample string 7", "Day": 8, "IsReload": true, "OpenTimeSaleDishName": "sample string 10" }, { "StartTimeInt": 1, "EndTimeInt": 2, "StartTime": "sample string 3", "EndTime": "sample string 4", "DateTimeDisplay": "sample string 5", "RankID": 6, "RankName": "sample string 7", "Day": 8, "IsReload": true, "OpenTimeSaleDishName": "sample string 10" } ], "Status": 2 }, { "Type": 1, "Value": [ { "StartTimeInt": 1, "EndTimeInt": 2, "StartTime": "sample string 3", "EndTime": "sample string 4", "DateTimeDisplay": "sample string 5", "RankID": 6, "RankName": "sample string 7", "Day": 8, "IsReload": true, "OpenTimeSaleDishName": "sample string 10" }, { "StartTimeInt": 1, "EndTimeInt": 2, "StartTime": "sample string 3", "EndTime": "sample string 4", "DateTimeDisplay": "sample string 5", "RankID": 6, "RankName": "sample string 7", "Day": 8, "IsReload": true, "OpenTimeSaleDishName": "sample string 10" } ], "Status": 2 } ], "Success": true, "ErrorMessage": "sample string 2", "ErrorType": 0, "Total": 3 }
application/xml, text/xml
Sample:
<GraphAPIResultOfArrayOfTimeBookingObject34ouyJuR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.QLNH.BE.BO"> <ActionType>Login</ActionType> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MISA.QLNH.BOBase"> <d2p1:TimeBookingObject> <d2p1:Status>2</d2p1:Status> <d2p1:Type>1</d2p1:Type> <d2p1:Value> <d2p1:OrderOnlineTimeOpen> <d2p1:DateTimeDisplay>sample string 5</d2p1:DateTimeDisplay> <d2p1:Day>8</d2p1:Day> <d2p1:EndTime>sample string 4</d2p1:EndTime> <d2p1:EndTimeInt>2</d2p1:EndTimeInt> <d2p1:IsReload>true</d2p1:IsReload> <d2p1:OpenTimeSaleDishName>sample string 10</d2p1:OpenTimeSaleDishName> <d2p1:RankID>6</d2p1:RankID> <d2p1:RankName>sample string 7</d2p1:RankName> <d2p1:StartTime>sample string 3</d2p1:StartTime> <d2p1:StartTimeInt>1</d2p1:StartTimeInt> </d2p1:OrderOnlineTimeOpen> <d2p1:OrderOnlineTimeOpen> <d2p1:DateTimeDisplay>sample string 5</d2p1:DateTimeDisplay> <d2p1:Day>8</d2p1:Day> <d2p1:EndTime>sample string 4</d2p1:EndTime> <d2p1:EndTimeInt>2</d2p1:EndTimeInt> <d2p1:IsReload>true</d2p1:IsReload> <d2p1:OpenTimeSaleDishName>sample string 10</d2p1:OpenTimeSaleDishName> <d2p1:RankID>6</d2p1:RankID> <d2p1:RankName>sample string 7</d2p1:RankName> <d2p1:StartTime>sample string 3</d2p1:StartTime> <d2p1:StartTimeInt>1</d2p1:StartTimeInt> </d2p1:OrderOnlineTimeOpen> </d2p1:Value> </d2p1:TimeBookingObject> <d2p1:TimeBookingObject> <d2p1:Status>2</d2p1:Status> <d2p1:Type>1</d2p1:Type> <d2p1:Value> <d2p1:OrderOnlineTimeOpen> <d2p1:DateTimeDisplay>sample string 5</d2p1:DateTimeDisplay> <d2p1:Day>8</d2p1:Day> <d2p1:EndTime>sample string 4</d2p1:EndTime> <d2p1:EndTimeInt>2</d2p1:EndTimeInt> <d2p1:IsReload>true</d2p1:IsReload> <d2p1:OpenTimeSaleDishName>sample string 10</d2p1:OpenTimeSaleDishName> <d2p1:RankID>6</d2p1:RankID> <d2p1:RankName>sample string 7</d2p1:RankName> <d2p1:StartTime>sample string 3</d2p1:StartTime> <d2p1:StartTimeInt>1</d2p1:StartTimeInt> </d2p1:OrderOnlineTimeOpen> <d2p1:OrderOnlineTimeOpen> <d2p1:DateTimeDisplay>sample string 5</d2p1:DateTimeDisplay> <d2p1:Day>8</d2p1:Day> <d2p1:EndTime>sample string 4</d2p1:EndTime> <d2p1:EndTimeInt>2</d2p1:EndTimeInt> <d2p1:IsReload>true</d2p1:IsReload> <d2p1:OpenTimeSaleDishName>sample string 10</d2p1:OpenTimeSaleDishName> <d2p1:RankID>6</d2p1:RankID> <d2p1:RankName>sample string 7</d2p1:RankName> <d2p1:StartTime>sample string 3</d2p1:StartTime> <d2p1:StartTimeInt>1</d2p1:StartTimeInt> </d2p1:OrderOnlineTimeOpen> </d2p1:Value> </d2p1:TimeBookingObject> </Data> <ErrorMessage>sample string 2</ErrorMessage> <ErrorType>None</ErrorType> <Success>true</Success> <Total>3</Total> </GraphAPIResultOfArrayOfTimeBookingObject34ouyJuR>