POST api/SysAppSetup/GetSingleInfo

Request Information

URI Parameters

None.

Body Parameters

EntSingleInfoConfig
NameDescriptionTypeAdditional information
Id

integer

None.

CardNo

string

None.

SerialNo

string

None.

Password

string

None.

JKey

string

None.

OrgCode

string

None.

RoutePlat

string

None.

Rdtime

string

None.

UserTime

date

None.

CreateTime

date

None.

UpdateTime

date

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cardNo": "sample string 2",
  "serialNo": "sample string 3",
  "password": "sample string 4",
  "jKey": "sample string 5",
  "orgCode": "sample string 6",
  "routePlat": "sample string 7",
  "rdtime": "sample string 8",
  "userTime": "2024-10-19 04:32:35",
  "createTime": "2024-10-19 04:32:35",
  "updateTime": "2024-10-19 04:32:35",
  "pageSize": 9,
  "pageIndex": 10,
  "totalCount": 11
}

application/xml, text/xml

Sample:
<EntSingleInfoConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <PageIndex>10</PageIndex>
  <PageSize>9</PageSize>
  <TotalCount>11</TotalCount>
  <CardNo>sample string 2</CardNo>
  <CreateTime>2024-10-19T04:32:35.2499478+08:00</CreateTime>
  <Id>1</Id>
  <JKey>sample string 5</JKey>
  <OrgCode>sample string 6</OrgCode>
  <Password>sample string 4</Password>
  <Rdtime>sample string 8</Rdtime>
  <RoutePlat>sample string 7</RoutePlat>
  <SerialNo>sample string 3</SerialNo>
  <UpdateTime>2024-10-19T04:32:35.2499478+08:00</UpdateTime>
  <UserTime>2024-10-19T04:32:35.2499478+08:00</UserTime>
</EntSingleInfoConfig>

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.