POST api/register

Request Information

URI Parameters

None.

Body Parameters

RegisterObj
NameDescriptionTypeAdditional information
SecreteKey

string

None.

PCName

string

None.

LastModUser

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SecreteKey": "sample string 1",
  "PCName": "sample string 2",
  "LastModUser": "sample string 3"
}

application/xml, text/xml

Sample:
<RegisterObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/P02.PCM.Database">
  <LastModUser>sample string 3</LastModUser>
  <PCName>sample string 2</PCName>
  <SecreteKey>sample string 1</SecreteKey>
</RegisterObj>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />