POST api/Session/Save
Request Information
URI Parameters
None.
Body Parameters
Session| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SessionName | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"sessionName": "sample string 2",
"startDate": "2026-02-12T00:54:11.0333036+00:00",
"endDate": "2026-02-12T00:54:11.0333036+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.