POST api/DeviceSetup

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
value
Documentation for 'value'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "DEVICE_ID": "sample string 2",
  "DATE_CREATED": "2024-09-20T02:33:59.734375+08:00",
  "DATE_MODIFIED": "2024-09-20T02:33:59.734375+08:00",
  "AREA": "sample string 3",
  "NAME": "sample string 4"
}

application/xml, text/xml

Sample:
<ZPROPAD_DEVICE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VistalandWebservice">
  <AREA>sample string 3</AREA>
  <DATE_CREATED>2024-09-20T02:33:59.734375+08:00</DATE_CREATED>
  <DATE_MODIFIED>2024-09-20T02:33:59.734375+08:00</DATE_MODIFIED>
  <DEVICE_ID>sample string 2</DEVICE_ID>
  <ID>1</ID>
  <NAME>sample string 4</NAME>
</ZPROPAD_DEVICE>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>