POST api/Setting/InternApplyFor

Request Information

URI Parameters

None.

Body Parameters

tbl_InternApply
NameDescriptionTypeAdditional information
BranchCode

string

None.

Name

string

None.

Gender

string

None.

Mobile

string

None.

WhatsMobile

string

None.

EmailID

string

None.

CurrentInstitute

string

None.

ApplyFor

integer

None.

PresentAddress

string

None.

PermanentAddress

string

None.

Photo

string

None.

ResumeLink

string

None.

Request Formats

application/json, text/json

Sample:
{
  "branchCode": "sample string 1",
  "name": "sample string 2",
  "gender": "sample string 3",
  "mobile": "sample string 4",
  "whatsMobile": "sample string 5",
  "emailID": "sample string 6",
  "currentInstitute": "sample string 7",
  "applyFor": 8,
  "presentAddress": "sample string 9",
  "permanentAddress": "sample string 10",
  "photo": "sample string 11",
  "resumeLink": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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.