POST api/CompanyInstruction

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:
{
  "INS_ID": 1,
  "DEP_ID": 1,
  "DEP_NAME": "sample string 2",
  "INS_NAME": "sample string 3",
  "INS_CODE": "sample string 4",
  "CREATE_DATE": "2025-01-11T12:52:52.2419401+03:00",
  "EFF_DATE": "2025-01-11T12:52:52.2419401+03:00",
  "INS_FILE": "sample string 5",
  "PROC_ID": 1,
  "RES_STATUS": "sample string 6",
  "PROC_NAME": "sample string 7"
}

application/xml, text/xml

Sample:
<CompanyInstruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.CompanySetup">
  <CREATE_DATE>2025-01-11T12:52:52.2419401+03:00</CREATE_DATE>
  <DEP_ID>1</DEP_ID>
  <DEP_NAME>sample string 2</DEP_NAME>
  <EFF_DATE>2025-01-11T12:52:52.2419401+03:00</EFF_DATE>
  <INS_CODE>sample string 4</INS_CODE>
  <INS_FILE>sample string 5</INS_FILE>
  <INS_ID>1</INS_ID>
  <INS_NAME>sample string 3</INS_NAME>
  <PROC_ID>1</PROC_ID>
  <PROC_NAME>sample string 7</PROC_NAME>
  <RES_STATUS>sample string 6</RES_STATUS>
</CompanyInstruction>

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