POST api/AccessKey?newmacaddress={newmacaddress}

Documentation for 'UpdateAccessKey'.

Request Information

Parameters

NameDescriptionAdditional information
item
Documentation for 'item'.

Define this parameter in the request body.

newmacaddress
Documentation for 'newmacaddress'.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "IsValid": true,
  "CompanyCode": "sample string 2",
  "CompanyName": "sample string 3",
  "MacAddress": "sample string 4",
  "UserCode": "sample string 5",
  "UserName": "sample string 6",
  "webserver": "sample string 7"
}

application/xml, text/xml

Sample:
<AccessKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetService.Models">
  <CompanyCode>sample string 2</CompanyCode>
  <CompanyName>sample string 3</CompanyName>
  <IsValid>true</IsValid>
  <MacAddress>sample string 4</MacAddress>
  <UserCode>sample string 5</UserCode>
  <UserName>sample string 6</UserName>
  <webserver>sample string 7</webserver>
</AccessKey>

application/x-www-form-urlencoded

Sample:

Sample not available.