POST api/Tablet/event-solution-qr-scan

Request Information

URI Parameters

None.

Body Parameters

Tablet
NameDescriptionTypeAdditional information
DeviceId

string

None.

QRNum

string

None.

PageSize

integer

None.

SearchType

string

None.

SearchKey

string

None.

SearchUserType

string

None.

SearchTimeType

string

None.

SearchStatusType

string

None.

OrderType

string

None.

Page

integer

None.

AuthDevice

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceId": "sample string 1",
  "QRNum": "sample string 2",
  "PageSize": 3,
  "SearchType": "sample string 4",
  "SearchKey": "sample string 5",
  "SearchUserType": "sample string 6",
  "SearchTimeType": "sample string 7",
  "SearchStatusType": "sample string 8",
  "OrderType": "sample string 9",
  "Page": 10,
  "AuthDevice": "sample string 11"
}

application/xml, text/xml

Sample:
<Tablet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mizecloud_oaahagency.Models">
  <AuthDevice>sample string 11</AuthDevice>
  <OrderType>sample string 9</OrderType>
  <Page>10</Page>
  <PageSize>3</PageSize>
  <SearchKey>sample string 5</SearchKey>
  <SearchStatusType>sample string 8</SearchStatusType>
  <SearchTimeType>sample string 7</SearchTimeType>
  <SearchType>sample string 4</SearchType>
  <SearchUserType>sample string 6</SearchUserType>
  <DeviceId>sample string 1</DeviceId>
  <QRNum>sample string 2</QRNum>
</Tablet>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.