POST Limit/Airtime/Update
Request Information
URI Parameters
None.
Body Parameters
AirtimeLimitUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LimitValue | integer |
Required |
|
| Tpin | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"LimitValue": 2,
"Tpin": "sample string 3"
}
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestID | string |
None. |
|
| ResponseCode | string |
None. |
|
| ResponseDescription | string |
None. |
|
| EnrollmentId | integer |
None. |
|
| AccountNumber | string |
None. |
|
| toolTip | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RequestID": "sample string 1",
"ResponseCode": "sample string 2",
"ResponseDescription": "sample string 3",
"EnrollmentId": 4,
"AccountNumber": "sample string 5",
"toolTip": "sample string 6"
}