POST api/Rates/DeleteScheduleTemplate
Request Information
URI Parameters
None.
Body Parameters
DeleteScheduleTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| ScheduleTemplateID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ScheduleTemplateID": 1
}
application/xml, text/xml
Sample:
<DeleteScheduleTemplate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ScheduleTemplateID>1</ScheduleTemplateID> </DeleteScheduleTemplate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.