GET api/Account/getMyMPP
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
getMyMPPResult| Name | Description | Type | Additional information |
|---|---|---|---|
| AppName | string |
None. |
|
| AppURL | string |
None. |
|
| AppKey | string |
None. |
|
| MANUFACTURERID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"AppName": "sample string 1",
"AppURL": "sample string 2",
"AppKey": "sample string 3",
"MANUFACTURERID": 4
}