GET Api/Pdd/GetClientType?clientCodeName={clientCodeName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientCodeName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiBaseResponseOfClientType| Name | Description | Type | Additional information |
|---|---|---|---|
| StateCode | StateCodeEnum |
None. |
|
| Message | string |
None. |
|
| Data | ClientType |
None. |
Response Formats
application/json, text/json
Sample:
{
"StateCode": 0,
"Message": "sample string 1",
"Data": {
"Id": 1,
"ClientName": "sample string 2",
"ClientCodeName": "sample string 3",
"LoginPic": "sample string 4",
"ClientIcon": "sample string 5",
"ClientLogo": "sample string 6",
"AgentId": 7,
"ClientDownUrl": "sample string 8",
"StyleUid": "sample string 9",
"ClientColor": "sample string 10",
"IsShowUpdatePwd": true,
"MallType": "sample string 12",
"HelperWord": "sample string 13",
"IsPhoneRegister": true
}
}