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