POST api/benefits/tb/resolve/hr

Request Information

URI Parameters

None.

Body Parameters

resolveTb
NameDescriptionTypeAdditional information
hr_usr_id

integer

None.

tb_id

integer

None.

accepted

integer

None.

comment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "hr_usr_id": 1,
  "tb_id": 2,
  "accepted": 3,
  "comment": "sample string 4"
}

application/xml, text/xml

Sample:
<resolveTb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models">
  <accepted>3</accepted>
  <comment>sample string 4</comment>
  <hr_usr_id>1</hr_usr_id>
  <tb_id>2</tb_id>
</resolveTb>

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 'resolveTb'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.