POST api/Member/Action
Request Information
URI Parameters
None.
Body Parameters
MemberActionBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionId | integer |
Required |
|
| Additional | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ActionId": 1,
"Additional": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MemberLevelViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Points | integer |
None. |
|
| Level | string |
None. |
|
| FamilyRole | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Points": 1,
"Level": "sample string 2",
"FamilyRole": "sample string 3"
}