POST api/wxaction/xaddaction
Request Information
URI Parameters
None.
Body Parameters
ActionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CreateTime | date |
None. |
|
| UpdateTime | date |
None. |
|
| AutoID | integer |
None. |
|
| UserID | integer |
None. |
|
| FatherID | integer |
None. |
|
| MsgContent | string |
None. |
|
| ActionType | integer |
None. |
|
| ActionContent | string |
None. |
|
| Sort | integer |
None. |
|
| AuthToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreateTime": "2026-03-23T06:00:52.0480426+08:00",
"UpdateTime": "2026-03-23T06:00:52.0480426+08:00",
"AutoID": 3,
"UserID": 4,
"FatherID": 5,
"MsgContent": "sample string 6",
"ActionType": 7,
"ActionContent": "sample string 8",
"Sort": 9,
"AuthToken": "sample string 10"
}
application/xml, text/xml
Sample:
<ActionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HustonApi.Models"> <ActionContent>sample string 8</ActionContent> <ActionType>7</ActionType> <AuthToken>sample string 10</AuthToken> <AutoID>3</AutoID> <CreateTime>2026-03-23T06:00:52.0480426+08:00</CreateTime> <FatherID>5</FatherID> <MsgContent>sample string 6</MsgContent> <Sort>9</Sort> <UpdateTime>2026-03-23T06:00:52.0480426+08:00</UpdateTime> <UserID>4</UserID> </ActionModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |