POST api/ScheduleRequests/UpdateOne
Request Information
URI Parameters
None.
Body Parameters
clsScheduleReplace_UpdateOne| Name | Description | Type | Additional information |
|---|---|---|---|
| m_schr_id | integer |
None. |
|
| m_schr_json | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"m_schr_id": 1,
"m_schr_json": "sample string 2"
}
application/xml, text/xml
Sample:
<clsScheduleReplace_UpdateOne xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyTSpAPInetFobjects"> <m_schr_id>1</m_schr_id> <m_schr_json>sample string 2</m_schr_json> </clsScheduleReplace_UpdateOne>
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>