POST api/User/SetUserNotifySetting?userAnagraficaId={userAnagraficaId}¬ificaId={notificaId}&status={status}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userAnagraficaId | integer |
Required |
|
| notificaId | integer |
Required |
|
| status | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsInError | boolean |
None. |
|
| Message | string |
None. |
|
| IdAspNet | string |
None. |
|
| CustomId | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsInError": true,
"Message": "sample string 2",
"IdAspNet": "sample string 3",
"CustomId": "sample string 4",
"Data": "sample string 5"
}