POST api/Evaluation/InsertFCCompetencySummary

Request Information

URI Parameters

None.

Body Parameters

FCCompetencySummary
NameDescriptionTypeAdditional information
fid

integer

None.

fcmid

string

None.

totstud

integer

None.

totpresent

integer

None.

totabsent

integer

None.

totna

integer

None.

male

integer

None.

female

integer

None.

tabs

integer

None.

pabs

integer

None.

tna

integer

None.

pna

integer

None.

c1

integer

None.

c2

integer

None.

c3

integer

None.

c4

integer

None.

c5

integer

None.

c6

integer

None.

c7

integer

None.

c8

integer

None.

c9

integer

None.

c10

integer

None.

c11

integer

None.

c12

integer

None.

c13

integer

None.

c14

integer

None.

c15

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fid": 1,
  "fcmid": "sample string 2",
  "totstud": 1,
  "totpresent": 1,
  "totabsent": 1,
  "totna": 1,
  "male": 1,
  "female": 1,
  "tabs": 1,
  "pabs": 1,
  "tna": 1,
  "pna": 1,
  "c1": 1,
  "c2": 1,
  "c3": 1,
  "c4": 1,
  "c5": 1,
  "c6": 1,
  "c7": 1,
  "c8": 1,
  "c9": 1,
  "c10": 1,
  "c11": 1,
  "c12": 1,
  "c13": 1,
  "c14": 1,
  "c15": 1
}

application/xml, text/xml

Sample:
<FCCompetencySummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <c1>1</c1>
  <c10>1</c10>
  <c11>1</c11>
  <c12>1</c12>
  <c13>1</c13>
  <c14>1</c14>
  <c15>1</c15>
  <c2>1</c2>
  <c3>1</c3>
  <c4>1</c4>
  <c5>1</c5>
  <c6>1</c6>
  <c7>1</c7>
  <c8>1</c8>
  <c9>1</c9>
  <fcmid>sample string 2</fcmid>
  <female>1</female>
  <fid>1</fid>
  <male>1</male>
  <pabs>1</pabs>
  <pna>1</pna>
  <tabs>1</tabs>
  <tna>1</tna>
  <totabsent>1</totabsent>
  <totna>1</totna>
  <totpresent>1</totpresent>
  <totstud>1</totstud>
</FCCompetencySummary>

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>