POST api/Grade

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:
{
  "GRADE_ID": 1,
  "GRADE_NAME": "sample string 2",
  "DESCRIP": "sample string 3",
  "DEP_ID": 1,
  "ACC_STD_ID": 1,
  "VEH_STD_ID": 1,
  "SORT_ORDER": 1,
  "SUB_GRADE_NAME": "sample string 4",
  "IS_CHARGE_HAND": true,
  "OT_ELIGIBLE": true,
  "EXPORTED_TO_TALARIS": true,
  "ACC_STD_NAME": "sample string 5",
  "VEH_STD_NAME": "sample string 6",
  "GRADE_TBM_REPORT": "sample string 7"
}

application/xml, text/xml

Sample:
<Grade xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Resource">
  <ACC_STD_ID>1</ACC_STD_ID>
  <ACC_STD_NAME>sample string 5</ACC_STD_NAME>
  <DEP_ID>1</DEP_ID>
  <DESCRIP>sample string 3</DESCRIP>
  <EXPORTED_TO_TALARIS>true</EXPORTED_TO_TALARIS>
  <GRADE_ID>1</GRADE_ID>
  <GRADE_NAME>sample string 2</GRADE_NAME>
  <GRADE_TBM_REPORT>sample string 7</GRADE_TBM_REPORT>
  <IS_CHARGE_HAND>true</IS_CHARGE_HAND>
  <OT_ELIGIBLE>true</OT_ELIGIBLE>
  <SORT_ORDER>1</SORT_ORDER>
  <SUB_GRADE_NAME>sample string 4</SUB_GRADE_NAME>
  <VEH_STD_ID>1</VEH_STD_ID>
  <VEH_STD_NAME>sample string 6</VEH_STD_NAME>
</Grade>

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