Siga a estrutura de pergunta recomendada pelo Dev Bot antes de enviar suas dúvidas de integração.
username:passwordAuthorization: Basic *****************{
"configuration": [
{
"idConfiguration": 0,
"spot": 0,
"activityDate": "2019-08-24T14:15:22.123Z"
}
]
}curl --location --request POST 'https://evo-integracao-api.w12app.com.br/api/v1/activities/enrollment?idMember&idMemberMemberShip&IdEmployee&idBranch' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"configuration": [
{
"idConfiguration": 0,
"spot": 0,
"activityDate": "2019-08-24T14:15:22.123Z"
}
]
}'{
"result": "string"
}