POST api/ScheduleRequests/GetOne
Request Information
URI Parameters
None.
Body Parameters
clsScheduleReplace_GetOne| Name | Description | Type | Additional information |
|---|---|---|---|
| m_schr_cy_id | integer |
None. |
|
| m_schr_u_id | integer |
None. |
|
| m_schr_date | integer |
None. |
|
| m_schr_ch_id | integer |
None. |
|
| m_schr_what | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"m_schr_cy_id": 1,
"m_schr_u_id": 2,
"m_schr_date": 3,
"m_schr_ch_id": 4,
"m_schr_what": 5
}
application/xml, text/xml
Sample:
<clsScheduleReplace_GetOne xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyTSpAPInetFobjects"> <m_schr_ch_id>4</m_schr_ch_id> <m_schr_cy_id>1</m_schr_cy_id> <m_schr_date>3</m_schr_date> <m_schr_u_id>2</m_schr_u_id> <m_schr_what>5</m_schr_what> </clsScheduleReplace_GetOne>
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>