POST api/DisciplinaryAction

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:
{
  "DIS_ACT_ID": 1,
  "DIS_ACT_NAME": "sample string 2",
  "RES_STATUS": "sample string 3",
  "EXP_DATE_REQ": true,
  "MONTH_TO_EXPIRE": 1,
  "DAY_TO_EXPIRE": 1,
  "READ_ACK_REQ": true,
  "READ_ACK_CONTENT": "sample string 4",
  "READ_ACK_EXP_DATE_REQ": true,
  "READ_ACK_DAY_TO_EXPIRE": 1
}

application/xml, text/xml

Sample:
<DisciplinaryAction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Resource">
  <DAY_TO_EXPIRE>1</DAY_TO_EXPIRE>
  <DIS_ACT_ID>1</DIS_ACT_ID>
  <DIS_ACT_NAME>sample string 2</DIS_ACT_NAME>
  <EXP_DATE_REQ>true</EXP_DATE_REQ>
  <MONTH_TO_EXPIRE>1</MONTH_TO_EXPIRE>
  <READ_ACK_CONTENT>sample string 4</READ_ACK_CONTENT>
  <READ_ACK_DAY_TO_EXPIRE>1</READ_ACK_DAY_TO_EXPIRE>
  <READ_ACK_EXP_DATE_REQ>true</READ_ACK_EXP_DATE_REQ>
  <READ_ACK_REQ>true</READ_ACK_REQ>
  <RES_STATUS>sample string 3</RES_STATUS>
</DisciplinaryAction>

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 'DisciplinaryAction'.