POST api/BBLCO/AddNewBbLCO

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
BbLco
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "address": "sample string 1",
  "city": "sample string 2",
  "mobile": "sample string 3",
  "LCOCode": "sample string 4",
  "BBLCOName": "sample string 5",
  "addedDate": "sample string 6",
  "email": "sample string 7"
}

application/xml, text/xml

Sample:
<BbLcoParamsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KcclModel.dto">
  <BBLCOName>sample string 5</BBLCOName>
  <LCOCode>sample string 4</LCOCode>
  <addedDate>sample string 6</addedDate>
  <address>sample string 1</address>
  <city>sample string 2</city>
  <email>sample string 7</email>
  <mobile>sample string 3</mobile>
</BbLcoParamsDto>

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