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 admin access key.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idProspect | int32 | No | Filter by the Prospect ID. |
| Field | Type | Description |
|---|---|---|
idProspect | int32 | Unique identifier of the transferred prospect. |
transferDate | date-time | Date and time when the branch transfer was made. |
idBranchFrom | int32 | ID of the source branch of the prospect before the transfer. |
idBranchTo | int32 | ID of the destination branch of the prospect after the transfer. |
idEmployeeTransfer | int32 | ID of the staff member responsible for making the transfer. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/prospects/latest-transfer?idProspect=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"idProspect": 0,
"transferDate": "2019-08-24T14:15:22.123Z",
"idBranchFrom": 0,
"idBranchTo": 0,
"idEmployeeTransfer": 0
}