POST api/Setting/GetCareerVacancyDataById

Request Information

URI Parameters

None.

Body Parameters

tbl_VancancyGet
NameDescriptionTypeAdditional information
ApiFor

string

None.

BranchCode

string

None.

id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "apiFor": "sample string 1",
  "branchCode": "sample string 2",
  "id": 1
}

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.