V1-rfm
Schemas
HealthResponse
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| persistence | string | false | Database connectivity status |
| global | string | false | Overall service health status |
| Property | Values |
|---|---|
| persistence | one of [pass, fail] |
| global | one of [pass, fail] |
ErrorResponse
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| error | ErrorDetails | true | none |
ErrorDetails
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| code | string | true | Error code |
| message | string | true | Human-readable error message |
| reference | string(uri) | true | Link to error documentation |
CreateCreditLimitsRequest
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| subscription_type | string | true | Type of subscription |
| credit_limits | [CreditLimit] | true | Array of credit limits to create |
| Property | Values |
|---|---|
| subscription_type | one of [MOBILE, LANDLINE] |
CreditLimit
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| credit_limit_id | string | true | Type of credit limit |
| credit_limit_value | number(double) | true | Credit limit value in currency units |
| reason | string | true | Reason for setting this credit limit |
| Property | Values |
|---|---|
| credit_limit_id | one of [MOBILE_SUBSCRIPTION_TOTAL_CREDIT_LIMIT, MOBILE_SUBSCRIPTION_PREMIUM_CREDIT_LIMIT, MOBILE_SUBSCRIPTION_INTERNATIONAL_VOICE_CREDIT_LIMIT, MOBILE_SUBSCRIPTION_ROAMING_VOICE_CREDIT_LIMIT, LANDLINE_SUBSCRIPTION_INTERNATIONAL_VOICE_CREDIT_LIMIT, LANDLINE_SUBSCRIPTION_PREMIUM_CREDIT_LIMIT, LANDLINE_SUBSCRIPTION_TOTAL_CREDIT_LIMIT] |