POST Space/API/Action/Request/SaveUpdateAgenda
Request Information
URI Parameters
None.
Body Parameters
AgendaDtoName | Description | Type | Additional information |
---|---|---|---|
ActionRequestId | integer |
None. |
|
AgendaId | integer |
None. |
|
Agenda | string |
None. |
|
LoggedInUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ActionRequestId": 1, "AgendaId": 2, "Agenda": "sample string 3", "LoggedInUserID": 4 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.