GET api/EDFMRegstn

Request Information

URI Parameters

None.

Body Parameters

SrvcRqst
NameDescriptionTypeAdditional information
HstGUICode

string

None.

HardWareId

string

None.

InstllnPwd

string

None.

PCName

string

None.

PublicIP

string

None.

AppVersion

string

None.

EDFMAPICode

string

None.

MACAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HstGUICode": "sample string 1",
  "HardWareId": "sample string 2",
  "InstllnPwd": "sample string 3",
  "PCName": "sample string 4",
  "PublicIP": "sample string 5",
  "AppVersion": "sample string 6",
  "EDFMAPICode": "sample string 7",
  "MACAddress": "sample string 8"
}

application/xml, text/xml

Sample:
<SrvcRqst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EDFMServices.Models">
  <AppVersion>sample string 6</AppVersion>
  <EDFMAPICode>sample string 7</EDFMAPICode>
  <HardWareId>sample string 2</HardWareId>
  <HstGUICode>sample string 1</HstGUICode>
  <InstllnPwd>sample string 3</InstllnPwd>
  <MACAddress>sample string 8</MACAddress>
  <PCName>sample string 4</PCName>
  <PublicIP>sample string 5</PublicIP>
</SrvcRqst>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.