Request Phones Tool
request-phones-toolChange how many phones the rental covers. Say it whichever way is natural: add: 1 for one more phone, add: -2 to drop two, or phones: 5 for a total. Normally this only FILES the change and returns a link the user must approve, so poll get-billing-request-tool for their answer. If the user has set a standing allowance in their settings, an increase within it is applied straight away and applied: true means the ORDER WAS PLACED and its full amount held on the card, not that the card was charged: the hold is charged when an admin assigns the phones. If the card declines, nothing is ordered. Requires accept_terms: true — before calling, show the user https://0bull.net/terms and https://0bull.net/privacy and get their agreement to them and to monthly renewal charges per assigned phone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add | No | How many phones to add — negative to remove. `add: 1` rents one more. Give this or `phones`, not both. | |
| phones | No | The TOTAL number of phones the subscription should cover afterwards, 1 to 50. Give this or `add`, not both. | |
| accept_terms | Yes | Required, must be true. Before calling, show the user https://0bull.net/terms and https://0bull.net/privacy and get their agreement to them and to monthly renewal charges for each assigned phone until they cancel it. |