POST api/CompanyPolicy

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:
{
  "POL_ID": 1,
  "DEP_ID": 1,
  "DEP_NAME": "sample string 2",
  "POL_NAME": "sample string 3",
  "POL_CODE": "sample string 4",
  "CREATE_DATE": "2025-01-11T13:06:08.4783909+03:00",
  "EFF_DATE": "2025-01-11T13:06:08.4783909+03:00",
  "POLICY_FILE": "sample string 5",
  "RES_STATUS": "sample string 6"
}

application/xml, text/xml

Sample:
<CompanyPolicy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.CompanySetup">
  <CREATE_DATE>2025-01-11T13:06:08.4783909+03:00</CREATE_DATE>
  <DEP_ID>1</DEP_ID>
  <DEP_NAME>sample string 2</DEP_NAME>
  <EFF_DATE>2025-01-11T13:06:08.4783909+03:00</EFF_DATE>
  <POLICY_FILE>sample string 5</POLICY_FILE>
  <POL_CODE>sample string 4</POL_CODE>
  <POL_ID>1</POL_ID>
  <POL_NAME>sample string 3</POL_NAME>
  <RES_STATUS>sample string 6</RES_STATUS>
</CompanyPolicy>

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