Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. Available for use with branch access key and also with General ADM access key.
| Field | Type | Description |
|---|---|---|
idBranch | integer | Unique identifier of the branch. |
name | string | Name of the branch. |
occupation | integer | Current number of people occupying the branch. |
maxOccupation | integer | Maximum occupancy capacity of the branch. |
qtyMinutesOut | integer | Number of minutes since the last recorded exit. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/configuration/occupation' \
--header 'Authorization: Basic <encoded-value>'[
{
"idBranch": 0,
"name": "string",
"occupation": 0,
"maxOccupation": 0,
"qtyMinutesOut": 0
}
]