POST Collect/AddPointByActionId?actionId={actionId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
actionId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfStringName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": "sample string 3" }