POST ConvertPoint/CheckConvertPointCap
Request Information
URI Parameters
None.
Body Parameters
ParamConvertOutName | Description | Type | Additional information |
---|---|---|---|
RuleId | integer |
None. |
|
Points | integer |
None. |
|
Description | string |
None. |
|
Password | string |
None. |
|
DestinationNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "RuleId": 1, "Points": 2, "Description": "sample string 3", "Password": "sample string 4", "DestinationNumber": "sample string 5" }
Response Information
Resource Description
ResultModelOfBooleanName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": true }