POST api/businessTrip/parts/drives

Request Information

URI Parameters

None.

Body Parameters

BusinessTripDrivesForObj
NameDescriptionTypeAdditional information
usr_id

integer

None.

bt_id

integer

None.

obj_id

integer

None.

group_limit

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "usr_id": 1,
  "bt_id": 2,
  "obj_id": 3,
  "group_limit": 4
}

application/xml, text/xml

Sample:
<BusinessTripDrivesForObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models">
  <bt_id>2</bt_id>
  <group_limit>4</group_limit>
  <obj_id>3</obj_id>
  <usr_id>1</usr_id>
</BusinessTripDrivesForObj>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BusinessTripDrivesForObj'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.