GET api/PDAFormParams/GetFormParams
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
FormModal | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Form_id": "sample string 1", "ErrorMsg": "sample string 2", "WhOutReadLotWhQuan": true, "mrp_JobStartCheckResIDNull": true }
application/xml, text/xml
Sample:
<rtnFormParamModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers"> <ErrorMsg>sample string 2</ErrorMsg> <Form_id>sample string 1</Form_id> <WhOutReadLotWhQuan>true</WhOutReadLotWhQuan> <mrp_JobStartCheckResIDNull>true</mrp_JobStartCheckResIDNull> </rtnFormParamModal>