GET api/Statistics/dealertotal
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AjaxResult| Name | Description | Type | Additional information |
|---|---|---|---|
| PromptMsg | string |
None. |
|
| Result | DoResult |
None. |
|
| RetValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"PromptMsg": "sample string 1",
"Result": 0,
"RetValue": {}
}