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.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| idMember | int32 | Yes | - | ID of the member who will receive the notification. |
| notificationMessage | string | Yes | - | Content of the notification message. |
username:passwordAuthorization: Basic *****************{
"idMember": 0,
"notificationMessage": "string"
}curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/notifications' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"idMember": 0,
"notificationMessage": "string"
}'{
"id": 0,
"idMember": 0,
"idProspect": 0,
"mensagem": "string",
"idFuncionario": 0,
"dataCriacao": "2019-08-24T14:15:22.123Z"
}