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.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idMember | int32 | No | Member's ID. |
| Field | Type | Description |
|---|---|---|
idMember | int32 | Identifier of the transferred member. |
transferDate | date-time | Date and time when the transfer was made (ISO 8601 format). |
idBranchFrom | int32 | Identifier of the source branch of the member before the transfer. |
idBranchTo | int32 | Identifier of the destination branch of the member after the transfer. |
idEmployeeTransfer | int32 | Identifier of the staff member responsible for making the transfer. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/members/latest-transfer?idMember=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"idMember": 0,
"transferDate": "2019-08-24T14:15:22.123Z",
"idBranchFrom": 0,
"idBranchTo": 0,
"idEmployeeTransfer": 0
}