Post Entrance Checkout

Allows the user to post a visitor checkout. Important: Entrance Log with visitor without checkout must exists in the system.

Uri

POST api/dynaway/eam/v1.0/companies({{Company_ID}})/entranceCheckout

Parameters

CompayID
- ID of the Company.
Name
- Length: <=100 characters. Given name of the visitor must exists in the Entrance Log (without checkout)

Form Data

{
    "name": "Name"
}

JSON Response

{
    "id": "00000000-0000-0000-0000-000000000000",
    "name": "Visitor 2"
}

Copyright Dynaway A/S

Privacy Policy