Tariff profile

The API provides services to retrieve the collection of tariff profiles or a single tariff profile, as well as CRUD operations via POST, GET, PATCH and DELETE actions.

The API doesn’t provide feedback if you assign the wrong tariff profile to a satellite SIM.

For satellite customers: Only assign endpoints with satellite SIMs to dedicated tariff profiles designed for satellite-converged IoT connectivity services (for example, a satellite data plan or a satellite and cellular combo data plan). For troubleshooting, refer to Connected Devices in the emnify Portal.

The following is an example tariff profile in JSON representation:

{
"id": 1,
"name": "Tariff Profile 1",
"description": "This Tariff Profile is for testing.",
"used_count": 56,
"tariff": {
"id": 1,
"name": "Tariff 1",
"description": "Tariff only for testing.",
"created": "2014-10-20 00:00:00",
"default_sms_mt_rate": 0.06,
"default_sms_mo_rate": 0.06,
"sim_issued_rate": 0,
"sim_activated_rate": 1,
"sim_suspended_rate": 0,
"sim_activation_rate": 0,
"sim_reactivation_rate": 0.5,
"sim_suspension_rate": 0.5,
"sim_termination_rate": 0,
"currency": {
"id": 1,
"code": "EUR",
"symbol": ""
},
"data_blocksize": {
"id": 1,
"description": "exact",
"octets": 1
},
"data_throttle": {
"id": 1,
"description": "256 kbit/s",
"octets": 256000
},
"pdp_context_definition": [
{
"id": 12,
"apn": "internet.test.com",
"default": true
}
]
}
}

Tariff profile object

Here is the description of the tariff profile object:

NameTypeDescription
idIntegerUnique ID of this tariff profile
nameStringshort name of this tariff profile
descriptionStringlong description of this tariff profile
used_countIntegernumber of Endpoints which have this tariff profile assigned
tariffObjecttariff which this profile belongs to