POST Agenda/CheckAgenda
Request Information
URI Parameters
None.
Body Parameters
DeleteAgendaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| a_id | integer |
None. |
|
| status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"a_id": 1,
"status": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true