POST api/SysAppSetup/SaveSingleInfo
Request Information
URI Parameters
None.
Body Parameters
EntSingleInfoConfigName | Description | Type | Additional 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-11-21 16:50:20", "createTime": "2024-11-21 16:50:20", "updateTime": "2024-11-21 16:50:20", "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-11-21T16:50:20.1631264+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-11-21T16:50:20.1631264+08:00</UpdateTime> <UserTime>2024-11-21T16:50:20.1631264+08:00</UserTime> </EntSingleInfoConfig>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.