POST api/ContractType

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:
{
  "CONTRACT_TYPE_ID": 1,
  "CONTRACT_TYPE_NAME": "sample string 2",
  "DESCRIP": "sample string 3",
  "RES_STATUS": "sample string 4",
  "CONTRACT_TBM_REPORT": "sample string 5"
}

application/xml, text/xml

Sample:
<ContractType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Resource">
  <CONTRACT_TBM_REPORT>sample string 5</CONTRACT_TBM_REPORT>
  <CONTRACT_TYPE_ID>1</CONTRACT_TYPE_ID>
  <CONTRACT_TYPE_NAME>sample string 2</CONTRACT_TYPE_NAME>
  <DESCRIP>sample string 3</DESCRIP>
  <RES_STATUS>sample string 4</RES_STATUS>
</ContractType>

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