api/v1/tariffs/{id}/boltons
Method: GET https://developers.mobilemanager.co.uk/api/v1/tariffs/{id}/boltons
Summary
Get a list of Tariff Bolt-Ons available for the specific Tariff
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The unique id of a Tariff |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TariffModelName | Description | Type | Additional information |
---|---|---|---|
DataAllowance | integer |
None. |
|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Operator | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "DataAllowance": 1, "Id": "95902fef-72e5-4626-85aa-4471b51bdb64", "Name": "sample string 3", "Operator": "sample string 4" }, { "DataAllowance": 1, "Id": "95902fef-72e5-4626-85aa-4471b51bdb64", "Name": "sample string 3", "Operator": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfTariffModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SimPortalApi.Controllers"> <TariffModel /> <TariffModel /> </ArrayOfTariffModel>