PUT api/companypolicy/search
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
objMod | 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-11T12:50:52.3351801+03:00", "EFF_DATE": "2025-01-11T12:50:52.3351801+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-11T12:50:52.3351801+03:00</CREATE_DATE> <DEP_ID>1</DEP_ID> <DEP_NAME>sample string 2</DEP_NAME> <EFF_DATE>2025-01-11T12:50:52.3351801+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: