Details of a registration

Get Details of a registration

GET https://api.agreeq.com/v1/visitorregistrations/details/:clientUUID/:userUUID/:bookingUUID

This endpoint allows you to get the details of a registration

Path Parameters

Name
Type
Description

bookingUUID

string

The unique bookingUUID

clientUUID

string

The unique clientUUID for your account

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

{
    "message": "success",
    "status": 200,
    "booking": {
        "bookingUUID": "ed6b1356-675f-44b5-a7c7-3802fa0d1bce",
        "bookingNumber": "BCYTK2",
        "customerName": "Anish VV",
        "mobileNumber": "9025154840",
        "bookingTimeStamp": "2020-06-07 00:51:15",
        "venueName": "Agreefy Dubai",
        "city": "Dubai",
        "departmentName": "Dept_Dubai_1",
        "visitDate": "2020-06-07",
        "timezone": "Asia/Dubai",
        "bookeduserUUID": "d41fd46c-135a-4cf9-8417-80f4f16c5b6d",
        "deletedFlag": 0,
        "deletedTimestamp": null,
        "checkinFlag": 0,
        "checkinTimestamp": null,
        "checkoutFlag": 0,
        "checkoutTimestamp": null
    }
}

Last updated