POST api/Center/UpdateJobPortalDetails/{empid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
empid

string

Required

Body Parameters

Collection of JobPortalBodyDetails
NameDescriptionTypeAdditional information
ljdid

integer

None.

studentid

string

None.

studentname

string

None.

attstatus

integer

None.

absentremark

string

None.

anothertotext

string

None.

websitereg

string

None.

websiteregfor

string

None.

jobapplied

string

None.

jobappliedfor

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ljdid": 1,
    "studentid": "sample string 2",
    "studentname": "sample string 3",
    "attstatus": 4,
    "absentremark": "sample string 5",
    "anothertotext": "sample string 6",
    "websitereg": "sample string 7",
    "websiteregfor": "sample string 8",
    "jobapplied": "sample string 9",
    "jobappliedfor": "sample string 10"
  },
  {
    "ljdid": 1,
    "studentid": "sample string 2",
    "studentname": "sample string 3",
    "attstatus": 4,
    "absentremark": "sample string 5",
    "anothertotext": "sample string 6",
    "websitereg": "sample string 7",
    "websiteregfor": "sample string 8",
    "jobapplied": "sample string 9",
    "jobappliedfor": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfJobPortalBodyDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <JobPortalBodyDetails>
    <absentremark>sample string 5</absentremark>
    <anothertotext>sample string 6</anothertotext>
    <attstatus>4</attstatus>
    <jobapplied>sample string 9</jobapplied>
    <jobappliedfor>sample string 10</jobappliedfor>
    <ljdid>1</ljdid>
    <studentid>sample string 2</studentid>
    <studentname>sample string 3</studentname>
    <websitereg>sample string 7</websitereg>
    <websiteregfor>sample string 8</websiteregfor>
  </JobPortalBodyDetails>
  <JobPortalBodyDetails>
    <absentremark>sample string 5</absentremark>
    <anothertotext>sample string 6</anothertotext>
    <attstatus>4</attstatus>
    <jobapplied>sample string 9</jobapplied>
    <jobappliedfor>sample string 10</jobappliedfor>
    <ljdid>1</ljdid>
    <studentid>sample string 2</studentid>
    <studentname>sample string 3</studentname>
    <websitereg>sample string 7</websitereg>
    <websiteregfor>sample string 8</websiteregfor>
  </JobPortalBodyDetails>
</ArrayOfJobPortalBodyDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>