POST push/USEP_EDU_WMS_GET_USERINFO
查询使用单位
Request请求信息
URI参数信息
None.
请求主体参数
USEP_EDU_WMS_GET_USERINFOModel| 名称 | 描述 | 类型 | 详细约束信息 |
|---|---|---|---|
| p1 | string(字符串) |
None. |
Request 请求格式
application/json, text/json
Sample:
{
"p1": "sample string 1"
}
application/xml, text/xml
Sample:
<USEP_EDU_WMS_GET_USERINFOModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DoBest.Model.zhongchengweiye"> <p1>sample string 1</p1> </USEP_EDU_WMS_GET_USERINFOModel>
Response返回信息
资源信息描述
查询使用单位
ReturnJsonzcwyNoOfresultinfoModel| 名称 | 描述 | 类型 | 详细约束信息 |
|---|---|---|---|
| code | integer(整形) |
None. |
|
| msg | string(字符串) |
None. |
|
| data | resultinfoModel |
None. |
Response 返回格式
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": {
"resultinfo": "sample string 1"
}
}
application/xml, text/xml
Sample:
<ReturnJsonzcwyNoOfresultinfoModel2zDnVZ7f xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DoBest.Model">
<code>1</code>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DoBest.Model.zhongchengweiye">
<d2p1:resultinfo>sample string 1</d2p1:resultinfo>
</data>
<msg>sample string 2</msg>
</ReturnJsonzcwyNoOfresultinfoModel2zDnVZ7f>