POST api/Schedule/View
Request Information
URI Parameters
None.
Body Parameters
ScheduleView| Name | Description | Type | Additional information |
|---|---|---|---|
| cy_id | integer |
None. |
|
| ch_id | integer |
None. |
|
| cm_date | integer |
None. |
|
| cln_ID | string |
None. |
|
| ct_cl_ID | string |
None. |
|
| ct_pr_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"cy_id": 1,
"ch_id": 2,
"cm_date": 3,
"cln_ID": "sample string 4",
"ct_cl_ID": "sample string 5",
"ct_pr_ID": "sample string 6"
}
application/xml, text/xml
Sample:
<ScheduleView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyTSpAPInetFobjects"> <ch_id>2</ch_id> <cln_ID>sample string 4</cln_ID> <cm_date>3</cm_date> <ct_cl_ID>sample string 5</ct_cl_ID> <ct_pr_ID>sample string 6</ct_pr_ID> <cy_id>1</cy_id> </ScheduleView>
application/x-www-form-urlencoded
Sample:
Sample not available.
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>