Follow the question structure recommended by Dev Bot before submitting your integration questions.
π The permission in EVO that grants access to this endpoint is Contracts - Query.
| Parameter | Type | Required | Description |
|---|---|---|---|
idBranch | integer (int32) | No | Identifier of the branch for the query. If not provided, the current branch in the context will be used. |
document | string | Conditional | CPF of the customer or staff member to be validated. Must contain only numbers. |
idMember | integer (int32) | Conditional | Identifier of the member (customer or staff member) to be validated. |
personType | integer (int32) | Conditional | Type of person related to idMember: 1 = Customer, 2 = Staff Member. Required when idMember is provided. |
| Field | Type | Description |
|---|---|---|
codigo | integer | Code of the access validation result. See details in the table below. |
mensagem | string | Descriptive message informing the status of the access authorization. |
codigo Enum#| Code | Description |
|---|---|
100 | CPF Authorized. |
101 | CPF Blocked. |
407 | Invalid CPF. |
410 | CPF not found for the provided CNPJ. |
500 | Error validating record. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/parking/document-authorization?idBranch=undefined&document=undefined&idMember=undefined&personType=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"mensagens": [
"string"
]
}