POST api/IMIPersonalProfessionalLifeBalance

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objDat
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SL_ID": 1,
  "IMI_ID": 1,
  "EMP_TYPE": "sample string 1",
  "COMP_OBJ_GOOD_WORK_LIFE_BAL": "sample string 2",
  "ORG_EFF_WORK": "sample string 3",
  "WELL_BEIGN_AT_WORK": "sample string 4",
  "ATMOSPHERE": "sample string 5",
  "POSS_MEASURE": "sample string 6",
  "EMP_COMMENTS": "sample string 7",
  "MAN_COMMENTS": "sample string 8"
}

application/xml, text/xml

Sample:
<IMIPersonalProfessionalLifeBalance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.IMI">
  <ATMOSPHERE>sample string 5</ATMOSPHERE>
  <COMP_OBJ_GOOD_WORK_LIFE_BAL>sample string 2</COMP_OBJ_GOOD_WORK_LIFE_BAL>
  <EMP_COMMENTS>sample string 7</EMP_COMMENTS>
  <EMP_TYPE>sample string 1</EMP_TYPE>
  <IMI_ID>1</IMI_ID>
  <MAN_COMMENTS>sample string 8</MAN_COMMENTS>
  <ORG_EFF_WORK>sample string 3</ORG_EFF_WORK>
  <POSS_MEASURE>sample string 6</POSS_MEASURE>
  <SL_ID>1</SL_ID>
  <WELL_BEIGN_AT_WORK>sample string 4</WELL_BEIGN_AT_WORK>
</IMIPersonalProfessionalLifeBalance>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IMIPersonalProfessionalLifeBalance'.