PUT updateTrainingSessionsAll/{CohortID}/{CourseID}/{TrainingScheduleID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CohortID | integer |
Required |
|
| CourseID | integer |
Required |
|
| TrainingScheduleID | integer |
Required |
Body Parameters
usp_getTrainingSessionsAll_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| TrainingScheduleID | integer |
None. |
|
| SessionName | string |
None. |
|
| SessionDate | date |
None. |
|
| CourseName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TrainingScheduleID": 1,
"SessionName": "sample string 2",
"SessionDate": "2025-12-24T20:15:20.2822078-07:00",
"CourseName": "sample string 3"
}
application/xml, text/xml
Sample:
<usp_getTrainingSessionsAll_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EKCT"> <CourseName>sample string 3</CourseName> <SessionDate>2025-12-24T20:15:20.2822078-07:00</SessionDate> <SessionName>sample string 2</SessionName> <TrainingScheduleID>1</TrainingScheduleID> </usp_getTrainingSessionsAll_Result>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |