PUT api/BusinessUnit/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
objDat | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "BU_ID": 1, "BU_CODE": "sample string 2", "BU_NAME": "sample string 3", "DESCRIP": "sample string 4", "BU_DOD": "2025-01-11T12:50:34.019131+03:00", "WEB_URL": "sample string 5", "IS_LIST_INDEX": true, "BU_STATUS": true }
application/xml, text/xml
Sample:
<BusinessUnit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.CompanySetup"> <BU_CODE>sample string 2</BU_CODE> <BU_DOD>2025-01-11T12:50:34.019131+03:00</BU_DOD> <BU_ID>1</BU_ID> <BU_NAME>sample string 3</BU_NAME> <BU_STATUS>true</BU_STATUS> <DESCRIP>sample string 4</DESCRIP> <IS_LIST_INDEX>true</IS_LIST_INDEX> <WEB_URL>sample string 5</WEB_URL> </BusinessUnit>
application/x-www-form-urlencoded
Sample: