# Mobile Tariff With Auto Update

## Mobile Tariff With Auto Update

<mark style="color:blue;">`GET`</mark> `https://traveloapi.com/yourapi/plan/paid_plan_auto`&#x20;

#### Path Parameters

| Name         | Type   | Description                      |
| ------------ | ------ | -------------------------------- |
| gatkey       | string | gatkey (provided by traveloapi)  |
| provider\_id | string | provider\_id from Provider lists |
| circle       | string | circle - like: KO,DL,            |

{% tabs %}
{% tab title="200 " %}

```javascript
[
  {
    "id": "18243",
    "sp_key": "ATP",
    "sp_circle": "KO",
    "recharge_value": "29",
    "recharge_talktime": "0",
    "recharge_validity": "28 Days",
    "recharge_short_description": "4G Data",
    "recharge_description": " 520MB data.",
    "last_updated_dt": "2018-09-04 09:42:53"
  },
  {
    "id": "18244",
    "sp_key": "ATP",
    "sp_circle": "KO",
    "recharge_value": "48",
    "recharge_talktime": "0",
    "recharge_validity": "28 Days",
    "recharge_short_description": "4G Data",
    "recharge_description": " 1GB data.",
    "last_updated_dt": "2018-09-04 09:42:53"
  },
  {
    "id": "18245",
    "sp_key": "ATP",
    "sp_circle": "KO",
    "recharge_value": "50",
    "recharge_talktime": "39.37",
    "recharge_validity": "Unlimited",
    "recharge_short_description": "Top up",
    "recharge_description": " Talktime of Rs.39.37",
    "last_updated_dt": "2018-09-04 09:42:53"
  },
  {
    "id": "18246",
    "sp_key": "ATP",
    "sp_circle": "KO",
    "recharge_value": "98",
    "recharge_talktime": "0",
    "recharge_validity": "28 Days",
    "recharge_short_description": "4G Data",
    "recharge_description": " 3GB data.",
    "last_updated_dt": "2018-09-04 09:42:53"
  },
  {
    "id": "18247",
    "sp_key": "ATP",
    "sp_circle": "KO",
    "recharge_value": "130",
    "recharge_talktime": "120",
    "recharge_validity": "Unlimited",
    "recharge_short_description": "Top up",
    "recharge_description": " Talktime of Rs.120",
    "last_updated_dt": "2018-09-04 09:42:53"
  },
  {
    "id": "18248",
    "sp_key": "ATP",
    "sp_circle": "KO",
    "recharge_value": "175",
    "recharge_talktime": "0",
    "recharge_validity": "28 Days",
    "recharge_short_description": "4G Data",
    "recharge_description": " 6GB data.",
    "last_updated_dt": "2018-09-04 09:42:53"
  },
  {
    "id": "18249",
    "sp_key": "ATP",
    "sp_circle": "KO",
    "recharge_value": "179",
    "recharge_talktime": "0",
    "recharge_validity": "28 Days",
    "recharge_short_description": "Special Recharge",
    "recharge_description": " 1GB Data Unlimited Calls (Local+STD+ National Roaming) and 100 Local+STD SMS/day",
    "last_updated_dt": "2018-09-04 09:42:53"
  },

```

{% endtab %}

{% tab title="404 " %}

```javascript
{
    "message": "Invalid Request",
    "status": "error",
    
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://traveloapi.gitbook.io/api/recharge-api/untitled-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
