POST api/BusinessUnit

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:
{
  "BU_ID": 1,
  "BU_CODE": "sample string 2",
  "BU_NAME": "sample string 3",
  "DESCRIP": "sample string 4",
  "BU_DOD": "2025-01-11T13:07:39.5488797+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-11T13:07:39.5488797+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BusinessUnit'.