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>fccd12dc-d50b-4134-8284-8b2338003d9f</d2p1:ID>
    <d2p1:ID_Institution>ad5619f1-8521-4057-a4da-f025d745ced6</d2p1:ID_Institution>
    <d2p1:ID_Role>7cc545d9-6152-40a2-900f-6f40dfadf786</d2p1:ID_Role>
    <d2p1:ID_School>83345352-7be5-4f79-9d3f-c8c6fdb9ade6</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-01-22T12:59:08.7816017+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>