POST api/ProjectTypes

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:
{
  "PROJ_TYPE_ID": 1,
  "PROJ_TYPE_NAME": "sample string 1",
  "RES_STATUS": "sample string 2",
  "IS_ABSENCE_HR": true,
  "HR_STD_CODE": "sample string 3",
  "HR_STD_NAME": "sample string 4",
  "PAY_TERM": "sample string 5",
  "PAY_RATE": 1.0,
  "SUB_OVERWRITE": "sample string 6",
  "FC_TYPE": true,
  "HOURS_TBM_REPORT": "sample string 7"
}

application/xml, text/xml

Sample:
<ProjectTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Resource">
  <FC_TYPE>true</FC_TYPE>
  <HOURS_TBM_REPORT>sample string 7</HOURS_TBM_REPORT>
  <HR_STD_CODE>sample string 3</HR_STD_CODE>
  <HR_STD_NAME>sample string 4</HR_STD_NAME>
  <IS_ABSENCE_HR>true</IS_ABSENCE_HR>
  <PAY_RATE>1</PAY_RATE>
  <PAY_TERM>sample string 5</PAY_TERM>
  <PROJ_TYPE_ID>1</PROJ_TYPE_ID>
  <PROJ_TYPE_NAME>sample string 1</PROJ_TYPE_NAME>
  <RES_STATUS>sample string 2</RES_STATUS>
  <SUB_OVERWRITE>sample string 6</SUB_OVERWRITE>
</ProjectTypes>

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