POST api/businessTrip/businessleave/link
Request Information
URI Parameters
None.
Body Parameters
BusinessLeaveLinkName | Description | Type | Additional information |
---|---|---|---|
bt_id | integer |
None. |
|
event_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "bt_id": 1, "event_id": 2 }
application/xml, text/xml
Sample:
<BusinessLeaveLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <bt_id>1</bt_id> <event_id>2</event_id> </BusinessLeaveLink>
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.