POST Api/Browser/ReturnDoctor
Request Information
URI Parameters
None.
Body Parameters
BaseRequestOfTB_System_User| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryType | string |
None. |
|
| OrgCold | string |
None. |
|
| OrgID | string |
None. |
|
| UserID | string |
None. |
|
| Data | TB_System_User |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<BaseRequestOfTB_System_User5TI2ngjK 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.WebModels">
<d2p1:DeleteStatus>true</d2p1:DeleteStatus>
<d2p1:DianZiQianMing>sample string 11</d2p1:DianZiQianMing>
<d2p1:ID>743ca7ca-3b24-4bfb-88b4-454488ecd88b</d2p1:ID>
<d2p1:ID_Institution>57573c97-b03b-48cb-b1c5-0a994043c663</d2p1:ID_Institution>
<d2p1:ID_Role>1e47455b-129e-49f4-a094-68dace9a494b</d2p1:ID_Role>
<d2p1:ID_School>b19a14b5-59c9-4d4f-aa8d-0dc168fa9119</d2p1:ID_School>
<d2p1:InputerName>sample string 8</d2p1:InputerName>
<d2p1:Name>sample string 4</d2p1:Name>
<d2p1:NamePassword>sample string 10</d2p1:NamePassword>
<d2p1:PassWord>sample string 3</d2p1:PassWord>
<d2p1:UpdateTime>2025-11-30T15:43:22.2855507+08:00</d2p1:UpdateTime>
<d2p1:UserName>sample string 2</d2p1:UserName>
<d2p1:UserStatus>6</d2p1:UserStatus>
<d2p1:UserType>sample string 9</d2p1:UserType>
</Data>
<OrgCold>sample string 2</OrgCold>
<OrgID>sample string 3</OrgID>
<QueryType>sample string 1</QueryType>
<UserID>sample string 4</UserID>
</BaseRequestOfTB_System_User5TI2ngjK>
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>