GET Api/Dy/GetMallByMallId?mallId={mallId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
mallId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiBaseResponseOfClientMallName | Description | Type | Additional information |
---|---|---|---|
StateCode | StateCodeEnum |
None. |
|
Message | string |
None. |
|
Data | ClientMall |
None. |
Response Formats
application/json, text/json
Sample:
{ "StateCode": 0, "Message": "sample string 1", "Data": { "MallId": "sample string 1", "MallName": "sample string 2", "AppToken": "sample string 3", "AppRefToKen": "sample string 4" } }
application/xml, text/xml
Sample:
<ApiBaseResponseOfClientMallNGxmRc_SL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PddYunApi.Models"> <Data> <AppRefToKen>sample string 4</AppRefToKen> <AppToken>sample string 3</AppToken> <MallId>sample string 1</MallId> <MallName>sample string 2</MallName> </Data> <Message>sample string 1</Message> <StateCode>Error</StateCode> </ApiBaseResponseOfClientMallNGxmRc_SL>