GET api/EDFM_Adminvalidation

Request Information

URI Parameters

None.

Body Parameters

EDFMAdminPINArgmnt
NameDescriptionTypeAdditional information
HSTGUICODE

string

None.

HARDWAREID

string

None.

SN

string

None.

AdminPIN

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HSTGUICODE": "sample string 1",
  "HARDWAREID": "sample string 2",
  "SN": "sample string 3",
  "AdminPIN": 4
}

application/xml, text/xml

Sample:
<EDFMAdminPINArgmnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EDFMServices.Models">
  <AdminPIN>4</AdminPIN>
  <HARDWAREID>sample string 2</HARDWAREID>
  <HSTGUICODE>sample string 1</HSTGUICODE>
  <SN>sample string 3</SN>
</EDFMAdminPINArgmnt>

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.