POST Api/ScanCode/GetQRCodeUserInfo

Request Information

URI Parameters

None.

Body Parameters

QRCodeQueryModel
NameDescriptionTypeAdditional information
AgentId

integer

None.

MA001

string

None.

Code

string

None.

OpenId

string

None.

MiniCode

string

None.

Url

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AgentId": 1,
  "MA001": "sample string 2",
  "Code": "sample string 3",
  "OpenId": "sample string 4",
  "MiniCode": "sample string 5",
  "Url": "sample string 6"
}

application/xml, text/xml

Sample:
<QRCodeQueryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.Agent">
  <AgentId>1</AgentId>
  <Code>sample string 3</Code>
  <MA001>sample string 2</MA001>
  <MiniCode>sample string 5</MiniCode>
  <OpenId>sample string 4</OpenId>
  <Url>sample string 6</Url>
</QRCodeQueryModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

QRCodeUserResultModel
NameDescriptionTypeAdditional information
AgentInfo

QRCodeAgentInfoModel

None.

RepairInfo

QRCodeRepairInfoModel

None.

WXSignature

Object

None.

OpenId

string

None.

Code

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AgentInfo": {
    "Id": 1,
    "MA001": "sample string 2",
    "MA002": "sample string 3",
    "Brand": "sample string 4",
    "MA015": "sample string 5",
    "MA017": "sample string 6",
    "AppId": "sample string 7"
  },
  "RepairInfo": {
    "Id": 1,
    "Account": "sample string 2",
    "ShopName": "sample string 3",
    "BossName": "sample string 4",
    "Phone": "sample string 5",
    "Address": "sample string 6",
    "MA001": "sample string 7",
    "MA015": "sample string 8",
    "MA017": "sample string 9"
  },
  "WXSignature": {},
  "OpenId": "sample string 2",
  "Code": 3,
  "Message": "sample string 4"
}

application/xml, text/xml

Sample:
<QRCodeUserResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.Agent">
  <Code>3</Code>
  <Message>sample string 4</Message>
  <AgentInfo>
    <AppId>sample string 7</AppId>
    <Brand>sample string 4</Brand>
    <Id>1</Id>
    <MA001>sample string 2</MA001>
    <MA002>sample string 3</MA002>
    <MA015>sample string 5</MA015>
    <MA017>sample string 6</MA017>
  </AgentInfo>
  <OpenId>sample string 2</OpenId>
  <RepairInfo>
    <Account>sample string 2</Account>
    <Address>sample string 6</Address>
    <BossName>sample string 4</BossName>
    <Id>1</Id>
    <MA001>sample string 7</MA001>
    <MA015>sample string 8</MA015>
    <MA017>sample string 9</MA017>
    <Phone>sample string 5</Phone>
    <ShopName>sample string 3</ShopName>
  </RepairInfo>
  <WXSignature />
</QRCodeUserResultModel>