1,055 bytes added
, 10:33, 23 September 2015
{{Api_Method_Spec|
Description=This method registers a prepaid code.
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context. The token can be anonymous or logged.
}}
{{Api_Parameter|
ParamName=prepaidCode
|ParamType=String
|ParamRequired=required
|ParamDescription=String with the prepaid code.
}}
|Returns=
Returns a JSON object .
'''Example:'''
{
: <span style="color: #a11;">"StatusCode"</span>: <span style="color: #164;">0</span>,
: <span style="color: #a11;">"Severity"</span>: <span style="color: #164;">1</span>,
: <span style="color: #a11;">"StatusMessage"</span>: <span style="color: #164;">"OK"</span>,
: <span style="color: #a11;">"Content"</span>: <span style="color: #219;">"true"</span>
}
|Exceptions=
<span style="color: #a11;">TO BE COMPLETED</span>
|Cache=
<span style="color: #a11;">TO BE COMPLETED</span>
|KnownIssues=
* None
|VersionHistory=
<span style="color: #a11;">TO BE COMPLETED</span>
|SeeAlso=
}}