POST ConvertPoint/ConvertPointIn
Request Information
URI Parameters
None.
Body Parameters
ParamConvertInName | Description | Type | Additional information |
---|---|---|---|
ClientID | string |
None. |
|
ClientSecret | string |
None. |
|
phone | string |
None. |
|
actionCode | string |
None. |
|
points | integer |
None. |
|
description | string |
None. |
|
FromNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientID": "sample string 1", "ClientSecret": "sample string 2", "phone": "sample string 3", "actionCode": "sample string 4", "points": 5, "description": "sample string 6", "FromNumber": "sample string 7" }
Response Information
Resource Description
ResultModelOfInt64Name | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": 3 }