PUT api/companyforms/search

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objMod
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FORM_ID": 1,
  "DEP_ID": 1,
  "DEP_NAME": "sample string 2",
  "FORM_NAME": "sample string 3",
  "FORM_CODE": "sample string 4",
  "CREATE_DATE": "2025-01-11T12:56:54.6132552+03:00",
  "EFF_DATE": "2025-01-11T12:56:54.6132552+03:00",
  "FORM_FILE": "sample string 5",
  "POL_ID": 1,
  "RES_STATUS": "sample string 6",
  "INS_ID": 1,
  "INS_NAME": "sample string 7"
}

application/xml, text/xml

Sample:
<CompanyForms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.CompanySetup">
  <CREATE_DATE>2025-01-11T12:56:54.6132552+03:00</CREATE_DATE>
  <DEP_ID>1</DEP_ID>
  <DEP_NAME>sample string 2</DEP_NAME>
  <EFF_DATE>2025-01-11T12:56:54.6132552+03:00</EFF_DATE>
  <FORM_CODE>sample string 4</FORM_CODE>
  <FORM_FILE>sample string 5</FORM_FILE>
  <FORM_ID>1</FORM_ID>
  <FORM_NAME>sample string 3</FORM_NAME>
  <INS_ID>1</INS_ID>
  <INS_NAME>sample string 7</INS_NAME>
  <POL_ID>1</POL_ID>
  <RES_STATUS>sample string 6</RES_STATUS>
</CompanyForms>

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