GET api/Order/GetTongJi?deptId={deptId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deptId | integer |
Default value is 2 |
Body Parameters
None.
Response Information
Resource Description
ServerResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Entity | string |
None. |
|
| errcode |
返回码 |
integer |
None. |
| errmsg |
对返回码的文本描述内容 |
string |
None. |
| ReturnValue |
返回值 |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Entity": "sample string 1",
"errcode": 2,
"errmsg": "sample string 3",
"ReturnValue": {}
}
multipart/form-data
Sample:
<ServerResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Easyman.Api.Models"><_x003C_ReturnValue_x003E_k__BackingField /><_x003C_errcode_x003E_k__BackingField>2</_x003C_errcode_x003E_k__BackingField><_x003C_errmsg_x003E_k__BackingField>sample string 3</_x003C_errmsg_x003E_k__BackingField><_x003C_Entity_x003E_k__BackingField>sample string 1</_x003C_Entity_x003E_k__BackingField></ServerResponseOfstring>