POST api/Activity/clact
Request Information
URI Parameters
None.
Body Parameters
activityName | Description | Type | Additional information |
---|---|---|---|
SESSION | string |
None. |
|
CLASS | string |
None. |
|
ACT_DATE | date |
None. |
|
ACTIVITY | string |
None. |
|
REMARK | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SESSION": "sample string 1", "CLASS": "sample string 2", "ACT_DATE": "2024-11-21T15:37:03.8816917+05:30", "ACTIVITY": "sample string 3", "REMARK": "sample string 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.