POST Point/CreatePointByAction
Add point to login user based on given action code.
Request Information
URI Parameters
None.
Body Parameters
ParamCreatePointByActionName | Description | Type | Additional information |
---|---|---|---|
Notification | ParamCreateNotification |
None. |
|
ActionCode | string |
None. |
|
MemberId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Notification": { "ID": "e9166733-4a32-4bb3-bf63-29b8c13dacf5", "Title": "sample string 1", "Message": "sample string 2", "Type": "sample string 3", "ReferenceCode": "sample string 4", "Point": 5, "LeftIcon": "sample string 6", "RightIcon": "sample string 7", "FusionTitle": "sample string 8", "SubTitle": "sample string 9", "Detail": "sample string 10", "FusionReferenceCode": "sample string 11", "ReferenceId": "sample string 12", "LastPoint": 1, "SourceData": "sample string 13", "LinkUrl": "sample string 14" }, "ActionCode": "sample string 1", "MemberId": 2 }
Response Information
Resource Description
ResultModelOfCollectName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | Collect |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": null }