POST api/vacation/cancel
Request Information
URI Parameters
None.
Body Parameters
cancelVacationName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
table | integer |
None. |
|
reason | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "table": 1, "reason": "sample string 1" }
application/xml, text/xml
Sample:
<cancelVacation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <id>1</id> <reason>sample string 1</reason> <table>1</table> </cancelVacation>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.