POST Api/Student/SelBG
获取报告
Request Information
URI Parameters
None.
Body Parameters
BaseRequestOfweandcold| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryType | string |
None. |
|
| OrgCold | string |
None. |
|
| OrgID | string |
None. |
|
| UserID | string |
None. |
|
| Data | weandcold |
None. |
Request Formats
application/json, text/json
Sample:
{
"QueryType": "sample string 1",
"OrgCold": "sample string 2",
"OrgID": "sample string 3",
"UserID": "sample string 4",
"Data": {
"ColdID": "sample string 1",
"WeChat": "sample string 2"
}
}
application/xml, text/xml
Sample:
<BaseRequestOfweandcoldMkRIgzAR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.MobileAPI.Areas.Models">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/GT.MobileAPI.Models">
<d2p1:ColdID>sample string 1</d2p1:ColdID>
<d2p1:WeChat>sample string 2</d2p1:WeChat>
</Data>
<OrgCold>sample string 2</OrgCold>
<OrgID>sample string 3</OrgID>
<QueryType>sample string 1</QueryType>
<UserID>sample string 4</UserID>
</BaseRequestOfweandcoldMkRIgzAR>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BaseResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode |
返回Code |
integer |
None. |
| ResponseMsg |
返回信息 |
string |
None. |
| ResponseData |
返回数据Json字符串 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseCode": 1,
"ResponseMsg": "sample string 2",
"ResponseData": "sample string 3"
}
application/xml, text/xml
Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.MobileAPI.Areas.Models"> <ResponseCode>1</ResponseCode> <ResponseData>sample string 3</ResponseData> <ResponseMsg>sample string 2</ResponseMsg> </BaseResponse>