Customer
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /rd-epos-api/dev/WebServices/Epos/v1/Customer/{customerId}/BookingHistoryV2 HTTP/1.1
Host: preprodapim.hos.accessacloud.com
Accept: */*
[
{
"BookingId": 1,
"BookingReference": "sample string 2",
"VisitDateTime": "2025-09-18 14:40:27",
"Covers": 4,
"Status": "sample string 5",
"Tables": [
1,
2
],
"RestaurantId": 6,
"RestaurantName": "sample string 7",
"BookingComments": "sample string 8",
"SpecialRequests": [
{
"SpecialRequestId": 1,
"Title": "sample string 2",
"Symbol": "sample string 3"
},
{
"SpecialRequestId": 1,
"Title": "sample string 2",
"Symbol": "sample string 3"
}
],
"Spend": 9.1,
"AverageReviewScore": 1,
"ReviewComments": "sample string 10"
}
]GET /rd-epos-api/dev/WebServices/Epos/v1/Customer/{customerId} HTTP/1.1
Host: preprodapim.hos.accessacloud.com
Accept: */*
{
"AccessCode": "sample string 1",
"Interests": [
1,
2
],
"IsRoyaltyCardHolder": true,
"IsVip": true,
"CustomerTypeId": 4,
"CustomerId": 5,
"Comments": "sample string 6",
"Company": "sample string 7",
"Birthday": "2025-09-18 14:40:27",
"Anniversary": "2025-09-18 14:40:27",
"Email": "sample string 10",
"Title": "sample string 11",
"FirstName": "sample string 12",
"Surname": "sample string 13",
"PhoneNumber": "sample string 14",
"MobileNumber": "sample string 15"
}