POST api/Center/InsertDigitalAwarenessEmployee/{createby}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
createby

string

Required

Body Parameters

DigitalAwarenessEmployee
NameDescriptionTypeAdditional information
daempid

string

None.

coursename

string

None.

state

string

None.

city

string

None.

location

string

None.

firstname

string

None.

lastname

string

None.

gender

string

None.

age

integer

None.

mobile

string

None.

batchid

string

None.

batchstart

date

None.

batchend

date

None.

ccid

string

None.

cccreateon

date

None.

createby

string

None.

createon

date

None.

updateby

string

None.

updateon

date

None.

status

integer

None.

seqno

integer

None.

academicyear

string

None.

pgid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "daempid": "sample string 1",
  "coursename": "sample string 2",
  "state": "sample string 3",
  "city": "sample string 4",
  "location": "sample string 5",
  "firstname": "sample string 6",
  "lastname": "sample string 7",
  "gender": "sample string 8",
  "age": 1,
  "mobile": "sample string 9",
  "batchid": "sample string 10",
  "batchstart": "2025-05-10T10:43:48.1326041+05:30",
  "batchend": "2025-05-10T10:43:48.1326041+05:30",
  "ccid": "sample string 11",
  "cccreateon": "2025-05-10T10:43:48.1326041+05:30",
  "createby": "sample string 12",
  "createon": "2025-05-10T10:43:48.1326041+05:30",
  "updateby": "sample string 13",
  "updateon": "2025-05-10T10:43:48.1326041+05:30",
  "status": 1,
  "seqno": 1,
  "academicyear": "sample string 14",
  "pgid": "sample string 15"
}

application/xml, text/xml

Sample:
<DigitalAwarenessEmployee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <academicyear>sample string 14</academicyear>
  <age>1</age>
  <batchend>2025-05-10T10:43:48.1326041+05:30</batchend>
  <batchid>sample string 10</batchid>
  <batchstart>2025-05-10T10:43:48.1326041+05:30</batchstart>
  <cccreateon>2025-05-10T10:43:48.1326041+05:30</cccreateon>
  <ccid>sample string 11</ccid>
  <city>sample string 4</city>
  <coursename>sample string 2</coursename>
  <createby>sample string 12</createby>
  <createon>2025-05-10T10:43:48.1326041+05:30</createon>
  <daempid>sample string 1</daempid>
  <firstname>sample string 6</firstname>
  <gender>sample string 8</gender>
  <lastname>sample string 7</lastname>
  <location>sample string 5</location>
  <mobile>sample string 9</mobile>
  <pgid>sample string 15</pgid>
  <seqno>1</seqno>
  <state>sample string 3</state>
  <status>1</status>
  <updateby>sample string 13</updateby>
  <updateon>2025-05-10T10:43:48.1326041+05:30</updateon>
</DigitalAwarenessEmployee>

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>