POST api/CompanyProcedure

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:
{
  "PROC_ID": 1,
  "DEP_ID": 1,
  "DEP_NAME": "sample string 2",
  "PROC_NAME": "sample string 3",
  "PROC_CODE": "sample string 4",
  "CREATE_DATE": "2025-01-11T13:09:13.4737851+03:00",
  "EFF_DATE": "2025-01-11T13:09:13.4737851+03:00",
  "PROC_FILE": "sample string 5",
  "POL_ID": 1,
  "RES_STATUS": "sample string 6",
  "POL_NAME": "sample string 7"
}

application/xml, text/xml

Sample:
<CompanyProcedure xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.CompanySetup">
  <CREATE_DATE>2025-01-11T13:09:13.4737851+03:00</CREATE_DATE>
  <DEP_ID>1</DEP_ID>
  <DEP_NAME>sample string 2</DEP_NAME>
  <EFF_DATE>2025-01-11T13:09:13.4737851+03:00</EFF_DATE>
  <POL_ID>1</POL_ID>
  <POL_NAME>sample string 7</POL_NAME>
  <PROC_CODE>sample string 4</PROC_CODE>
  <PROC_FILE>sample string 5</PROC_FILE>
  <PROC_ID>1</PROC_ID>
  <PROC_NAME>sample string 3</PROC_NAME>
  <RES_STATUS>sample string 6</RES_STATUS>
</CompanyProcedure>

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