POST create

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

None.

ls
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Company": 1,
  "Address": "sample string 2",
  "Email": "sample string 3",
  "Phone": "sample string 4",
  "MacAddress": "sample string 5",
  "PrivateKey": "sample string 6",
  "PublicKey": "sample string 7",
  "SoftType": "sample string 8",
  "Version": "sample string 9",
  "FirstDate": "2024-03-29T20:07:56.4598212+07:00",
  "EndDate": "2024-03-29T20:07:56.4598212+07:00",
  "Note": "sample string 12",
  "Stop": true
}

application/xml, text/xml

Sample:
<licenses xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InsertdataWebapi.Models">
  <Address>sample string 2</Address>
  <Company>1</Company>
  <Email>sample string 3</Email>
  <EndDate>2024-03-29T20:07:56.4598212+07:00</EndDate>
  <FirstDate>2024-03-29T20:07:56.4598212+07:00</FirstDate>
  <MacAddress>sample string 5</MacAddress>
  <Note>sample string 12</Note>
  <Phone>sample string 4</Phone>
  <PrivateKey>sample string 6</PrivateKey>
  <PublicKey>sample string 7</PublicKey>
  <SoftType>sample string 8</SoftType>
  <Stop>true</Stop>
  <Version>sample string 9</Version>
</licenses>

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