POST api/AppUser/PostAppUserEdit?keyValue={keyValue}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| keyValue | string |
Required |
Body Parameters
C_App_Account| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| AccountNo | string |
None. |
|
| AccountName | string |
None. |
|
| Sex | integer |
None. |
|
| Birthday | date |
None. |
|
| Nicholas | string |
None. |
|
| PassWord | string |
None. |
|
| Tel | string |
None. |
|
| LOGO | string |
None. |
|
| Status | integer |
None. |
|
| ValidTime | date |
None. |
|
| AddTime | date |
None. |
|
| VoiceWarn | integer |
None. |
|
| description | string |
None. |
|
| AddUser | string |
None. |
|
| AppType | integer |
None. |
|
| GrantString | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"AccountNo": "sample string 2",
"AccountName": "sample string 3",
"Sex": 4,
"Birthday": "2025-12-04T01:04:36.7633552+08:00",
"Nicholas": "sample string 6",
"PassWord": "sample string 7",
"Tel": "sample string 8",
"LOGO": "sample string 9",
"Status": 10,
"ValidTime": "2025-12-04T01:04:36.7633552+08:00",
"AddTime": "2025-12-04T01:04:36.7633552+08:00",
"VoiceWarn": 13,
"description": "sample string 14",
"AddUser": "sample string 15",
"AppType": 16,
"GrantString": "sample string 17"
}
application/xml, text/xml
Sample:
<C_App_Account xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.App_TB"> <AccountName>sample string 3</AccountName> <AccountNo>sample string 2</AccountNo> <AddTime>2025-12-04T01:04:36.7633552+08:00</AddTime> <AddUser>sample string 15</AddUser> <AppType>16</AppType> <Birthday>2025-12-04T01:04:36.7633552+08:00</Birthday> <GrantString>sample string 17</GrantString> <ID>sample string 1</ID> <LOGO>sample string 9</LOGO> <Nicholas>sample string 6</Nicholas> <PassWord>sample string 7</PassWord> <Sex>4</Sex> <Status>10</Status> <Tel>sample string 8</Tel> <ValidTime>2025-12-04T01:04:36.7633552+08:00</ValidTime> <VoiceWarn>13</VoiceWarn> <description>sample string 14</description> </C_App_Account>
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.