GET api/MSDKMasterProduct?method={method}&value={value}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| method | string |
Required |
|
| value | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WebApiResult2OfMasterProductSimpleModeList| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| ExMsg | string |
None. |
|
| ExStackTrace | string |
None. |
|
| ResultModel | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"ExMsg": "sample string 2",
"ExStackTrace": "sample string 3",
"ResultModel": null
}
application/xml, text/xml
Sample:
<WebApiResult2OfArrayOfMasterProductSimpleModelp3CFK3Ot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobileSDKModel.Models"> <ExMsg>sample string 2</ExMsg> <ExStackTrace>sample string 3</ExStackTrace> <Response>sample string 4</Response> <ResultModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/MasterMatcherLib.Model" i:nil="true" /> <Success>true</Success> <Url>sample string 5</Url> </WebApiResult2OfArrayOfMasterProductSimpleModelp3CFK3Ot>