POST api/Portal/SaveCourseSchedule
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| courses_Schedule | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"entity": {
"MasterId": 1,
"Day": "2026-07-26T03:01:49.9670526+03:00",
"FromTime": "2026-07-26T03:01:49.968051+03:00",
"ToTime": "2026-07-26T03:01:49.968051+03:00",
"CreatedEmpId": 1,
"CreatedDate": "2026-07-26T03:01:49.968051+03:00",
"UpdatedEmpId": 1,
"UpdatedDate": "2026-07-26T03:01:49.968051+03:00",
"DeletedEmpId": 1,
"DeletedDate": "2026-07-26T03:01:49.968051+03:00",
"IsDeleted": true,
"Id": 5
},
"TNId": "sample string 1"
}
application/xml, text/xml
Sample:
<CustomerPortal_VM_Courses_Schedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel">
<TNId>sample string 1</TNId>
<entity>
<Id xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">5</Id>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">2026-07-26T03:01:49.968051+03:00</CreatedDate>
<CreatedEmpId xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">1</CreatedEmpId>
<DeletedDate xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">2026-07-26T03:01:49.968051+03:00</DeletedDate>
<DeletedEmpId xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">1</DeletedEmpId>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">true</IsDeleted>
<UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">2026-07-26T03:01:49.968051+03:00</UpdatedDate>
<UpdatedEmpId xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model">1</UpdatedEmpId>
<Day>2026-07-26T03:01:49.9670526+03:00</Day>
<FromTime>2026-07-26T03:01:49.968051+03:00</FromTime>
<MasterId>1</MasterId>
<ToTime>2026-07-26T03:01:49.968051+03:00</ToTime>
</entity>
</CustomerPortal_VM_Courses_Schedule>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": true,
"ErrorMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<General_Errors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_Plus"> <ErrorMessage>sample string 2</ErrorMessage> <Result>true</Result> </General_Errors>