GET api/Get_EDFMFileCode
Request Information
URI Parameters
None.
Body Parameters
EDFMFileCodeArgmnt| Name | Description | Type | Additional information |
|---|---|---|---|
| HSTGUICODE | string |
None. |
|
| HARDWAREID | string |
None. |
|
| SN | string |
None. |
|
| KEY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"HSTGUICODE": "sample string 1",
"HARDWAREID": "sample string 2",
"SN": "sample string 3",
"KEY": "sample string 4"
}
application/xml, text/xml
Sample:
<EDFMFileCodeArgmnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EDFMServices.Models"> <HARDWAREID>sample string 2</HARDWAREID> <HSTGUICODE>sample string 1</HSTGUICODE> <KEY>sample string 4</KEY> <SN>sample string 3</SN> </EDFMFileCodeArgmnt>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.