POST api/Employee/InsertDSEmployee/{createby}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
createby

string

Required

Body Parameters

DigitalEmployee
NameDescriptionTypeAdditional information
dsempid

string

None.

dcid

string

None.

city

string

None.

location

string

None.

firstname

string

None.

lastname

string

None.

gender

string

None.

age

integer

None.

mobile

string

None.

debatch

string

None.

batchstart

date

None.

batchend

date

None.

createby

string

None.

createon

date

None.

updateby

string

None.

updateon

date

None.

status

integer

None.

certificatestatus

integer

None.

seqno

integer

None.

estatus

string

None.

academicyear

string

None.

Request Formats

application/json, text/json

Sample:
{
  "dsempid": "sample string 1",
  "dcid": "sample string 2",
  "city": "sample string 3",
  "location": "sample string 4",
  "firstname": "sample string 5",
  "lastname": "sample string 6",
  "gender": "sample string 7",
  "age": 1,
  "mobile": "sample string 8",
  "debatch": "sample string 9",
  "batchstart": "2025-05-10T10:43:48.2263673+05:30",
  "batchend": "2025-05-10T10:43:48.2263673+05:30",
  "createby": "sample string 10",
  "createon": "2025-05-10T10:43:48.2263673+05:30",
  "updateby": "sample string 11",
  "updateon": "2025-05-10T10:43:48.2263673+05:30",
  "status": 1,
  "certificatestatus": 1,
  "seqno": 1,
  "estatus": "sample string 12",
  "academicyear": "sample string 13"
}

application/xml, text/xml

Sample:
<DigitalEmployee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <academicyear>sample string 13</academicyear>
  <age>1</age>
  <batchend>2025-05-10T10:43:48.2263673+05:30</batchend>
  <batchstart>2025-05-10T10:43:48.2263673+05:30</batchstart>
  <certificatestatus>1</certificatestatus>
  <city>sample string 3</city>
  <createby>sample string 10</createby>
  <createon>2025-05-10T10:43:48.2263673+05:30</createon>
  <dcid>sample string 2</dcid>
  <debatch>sample string 9</debatch>
  <dsempid>sample string 1</dsempid>
  <estatus>sample string 12</estatus>
  <firstname>sample string 5</firstname>
  <gender>sample string 7</gender>
  <lastname>sample string 6</lastname>
  <location>sample string 4</location>
  <mobile>sample string 8</mobile>
  <seqno>1</seqno>
  <status>1</status>
  <updateby>sample string 11</updateby>
  <updateon>2025-05-10T10:43:48.2263673+05:30</updateon>
</DigitalEmployee>

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>