Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idMember | int | Yes | ID of the member (student) for whom you want to query the contracted services. |
| idBranch | int32 | No | Filter results by the member's branch. Use this parameter in multilocation keys to specify which branch to query. |
| Field | Type | Description |
|---|---|---|
idService | integer | Identifier of the service. |
nameService | string | Name of the service. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/members/services?idMember=undefined&idBranch=undefined' \
--header 'Authorization: Basic <encoded-value>'[
{
"idService": 0,
"nameService": "string"
}
]