POST Api/Browser/ReturnDoctor

Request Information

URI Parameters

None.

Body Parameters

BaseRequestOfTB_System_User
NameDescriptionTypeAdditional information
QueryType

string

None.

OrgCold

string

None.

Data

TB_System_User

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Error getting value from 'UserStatusText' on 'GT.WebModels.TB_System_User'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Error getting value from 'UserStatusText' on 'GT.WebModels.TB_System_User'.

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>cf087523-ed56-4e21-8e70-d95943ec9b14</d2p1:ID>
    <d2p1:ID_Institution>5e5c10d2-5c85-4286-88c7-edc1b516dd52</d2p1:ID_Institution>
    <d2p1:ID_Role>584d3250-59b2-4958-9eaf-fe8cd2fd8a44</d2p1:ID_Role>
    <d2p1:ID_School>cd225920-555e-4611-a19c-3ca6acab6a2a</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-04-19T17:34:00.2489732+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>
  <QueryType>sample string 1</QueryType>
</BaseRequestOfTB_System_User5TI2ngjK>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BaseRequest`1'.

Response Information

Resource Description

BaseResponse
NameDescriptionTypeAdditional 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>