POST api/newsbar/openedpos/upsert

Request Information

URI Parameters

None.

Body Parameters

NewsbarOpenedPositionRqstData
NameDescriptionTypeAdditional information
nop_id

integer

None.

nop_position

string

Max length: 150

nop_description

string

Max length: 1000

nop_tasks

string

Max length: 1000

nop_profile

string

Max length: 1000

nop_we_offer

string

Max length: 1000

nop_job_url

string

Max length: 150

Request Formats

application/json, text/json

Sample:
{
  "nop_id": 1,
  "nop_position": "sample string 1",
  "nop_description": "sample string 2",
  "nop_tasks": "sample string 3",
  "nop_profile": "sample string 4",
  "nop_we_offer": "sample string 5",
  "nop_job_url": "sample string 6"
}

application/xml, text/xml

Sample:
<NewsbarOpenedPositionRqstData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models">
  <nop_description>sample string 2</nop_description>
  <nop_id>1</nop_id>
  <nop_job_url>sample string 6</nop_job_url>
  <nop_position>sample string 1</nop_position>
  <nop_profile>sample string 4</nop_profile>
  <nop_tasks>sample string 3</nop_tasks>
  <nop_we_offer>sample string 5</nop_we_offer>
</NewsbarOpenedPositionRqstData>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.