POST api/ScheduleRequests/Delete
Request Information
URI Parameters
None.
Body Parameters
clsScheduleReplace_Update| 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_json | string |
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_json": "sample string 5",
"m_schr_what": 6
}
application/xml, text/xml
Sample:
<clsScheduleReplace_Update 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_json>sample string 5</m_schr_json> <m_schr_u_id>2</m_schr_u_id> <m_schr_what>6</m_schr_what> </clsScheduleReplace_Update>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>