GET api/ERP_Validations
Request Information
URI Parameters
None.
Body Parameters
ERP_ValdtnArgmnt| Name | Description | Type | Additional information |
|---|---|---|---|
| HSTGUICODE | string |
None. |
|
| HARDWAREID | string |
None. |
|
| INSTALATIONPWD | string |
None. |
|
| SN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"HSTGUICODE": "sample string 1",
"HARDWAREID": "sample string 2",
"INSTALATIONPWD": "sample string 3",
"SN": "sample string 4"
}
application/xml, text/xml
Sample:
<ERP_ValdtnArgmnt 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> <INSTALATIONPWD>sample string 3</INSTALATIONPWD> <SN>sample string 4</SN> </ERP_ValdtnArgmnt>
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.