POST api/WebPortal/getAllRecords/TrainingCalender
Request Information
URI Parameters
None.
Body Parameters
TrainingCalender| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Key": "sample string 1",
"FromDate": "2025-12-06T09:48:15.2814127+05:30",
"ToDate": "2025-12-06T09:48:15.2814127+05:30"
}
application/xml, text/xml
Sample:
<WebPortalController.TrainingCalender xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Controllers"> <FromDate>2025-12-06T09:48:15.2814127+05:30</FromDate> <Key>sample string 1</Key> <ToDate>2025-12-06T09:48:15.2814127+05:30</ToDate> </WebPortalController.TrainingCalender>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>