| Create a comment | | | Create or provision an additional resource when the core tasks do not cover this flow. | None |
| Retrieve a comment | | | Fetch the current state before updating, deleting, or making control-flow decisions. | |
| Mark a comment as read | client.Comments.MarkAsRead()
| PATCH /comments/{id}/read
| Modify an existing resource without recreating it. | |
| Get country coverage | client.CountryCoverage.Get()
| | Inspect available resources or choose an existing resource before mutating it. | None |
| Get coverage for a specific country | client.CountryCoverage.GetCountry()
| GET /country_coverage/countries/{country_code}
| Fetch the current state before updating, deleting, or making control-flow decisions. | |
| List customer service records | client.CustomerServiceRecords.List()
| GET /customer_service_records
| Inspect available resources or choose an existing resource before mutating it. | None |
| Create a customer service record | client.CustomerServiceRecords.New()
| POST /customer_service_records
| Create or provision an additional resource when the core tasks do not cover this flow. | None |
| Verify CSR phone number coverage | client.CustomerServiceRecords.VerifyPhoneNumberCoverage()
| POST /customer_service_records/phone_number_coverages
| Create or provision an additional resource when the core tasks do not cover this flow. | None |
| Get a customer service record | client.CustomerServiceRecords.Get()
| GET /customer_service_records/{customer_service_record_id}
| Fetch the current state before updating, deleting, or making control-flow decisions. | |
| List inexplicit number orders | client.InexplicitNumberOrders.List()
| GET /inexplicit_number_orders
| Inspect available resources or choose an existing resource before mutating it. | None |
| Create an inexplicit number order | client.InexplicitNumberOrders.New()
| POST /inexplicit_number_orders
| Create or provision an additional resource when the core tasks do not cover this flow. | |
| Retrieve an inexplicit number order | client.InexplicitNumberOrders.Get()
| GET /inexplicit_number_orders/{id}
| Fetch the current state before updating, deleting, or making control-flow decisions. | |
| Create an inventory coverage request | client.InventoryCoverage.List()
| | Inspect available resources or choose an existing resource before mutating it. | None |
| List mobile network operators | client.MobileNetworkOperators.List()
| GET /mobile_network_operators
| Inspect available resources or choose an existing resource before mutating it. | None |
| List network coverage locations | client.NetworkCoverage.List()
| | Inspect available resources or choose an existing resource before mutating it. | None |
| List number block orders | client.NumberBlockOrders.List()
| | Inspect available resources or choose an existing resource before mutating it. | None |
| Create a number block order | client.NumberBlockOrders.New()
| POST /number_block_orders
| Create or provision an additional resource when the core tasks do not cover this flow. | , |
| Retrieve a number block order | client.NumberBlockOrders.Get()
| GET /number_block_orders/{number_block_order_id}
| Fetch the current state before updating, deleting, or making control-flow decisions. | |
| Retrieve a list of phone numbers associated to orders | client.NumberOrderPhoneNumbers.List()
| GET /number_order_phone_numbers
| Inspect available resources or choose an existing resource before mutating it. | None |
| Retrieve a single phone number within a number order. | client.NumberOrderPhoneNumbers.Get()
| GET /number_order_phone_numbers/{number_order_phone_number_id}
| Fetch the current state before updating, deleting, or making control-flow decisions. | |
| Update requirements for a single phone number within a number order. | client.NumberOrderPhoneNumbers.UpdateRequirements()
| PATCH /number_order_phone_numbers/{number_order_phone_number_id}
| Modify an existing resource without recreating it. | |
| List number orders | client.NumberOrders.List()
| | Create or inspect provisioning orders for number purchases. | None |
| Update a number order | client.NumberOrders.Update()
| PATCH /number_orders/{number_order_id}
| Modify an existing resource without recreating it. | |
| List number reservations | client.NumberReservations.List()
| | Inspect available resources or choose an existing resource before mutating it. | None |
| Extend a number reservation | client.NumberReservations.Actions.Extend()
| POST /number_reservations/{number_reservation_id}/actions/extend
| Trigger a follow-up action in an existing workflow rather than creating a new top-level resource. | |
| Retrieve the features for a list of numbers | client.NumbersFeatures.New()
| | Create or provision an additional resource when the core tasks do not cover this flow. | |
| Lists the phone number blocks jobs | client.PhoneNumberBlocks.Jobs.List()
| GET /phone_number_blocks/jobs
| Inspect available resources or choose an existing resource before mutating it. | None |
| Deletes all numbers associated with a phone number block | client.PhoneNumberBlocks.Jobs.DeletePhoneNumberBlock()
| POST /phone_number_blocks/jobs/delete_phone_number_block
| Create or provision an additional resource when the core tasks do not cover this flow. | |
| Retrieves a phone number blocks job | client.PhoneNumberBlocks.Jobs.Get()
| GET /phone_number_blocks/jobs/{id}
| Fetch the current state before updating, deleting, or making control-flow decisions. | |
| List sub number orders | client.SubNumberOrders.List()
| | Inspect available resources or choose an existing resource before mutating it. | None |
| Retrieve a sub number order | client.SubNumberOrders.Get()
| GET /sub_number_orders/{sub_number_order_id}
| Fetch the current state before updating, deleting, or making control-flow decisions. | |
| Update a sub number order's requirements | client.SubNumberOrders.Update()
| PATCH /sub_number_orders/{sub_number_order_id}
| Modify an existing resource without recreating it. | |
| Cancel a sub number order | client.SubNumberOrders.Cancel()
| PATCH /sub_number_orders/{sub_number_order_id}/cancel
| Modify an existing resource without recreating it. | |
| Create a sub number orders report | client.SubNumberOrdersReport.New()
| POST /sub_number_orders_report
| Create or provision an additional resource when the core tasks do not cover this flow. | None |
| Retrieve a sub number orders report | client.SubNumberOrdersReport.Get()
| GET /sub_number_orders_report/{report_id}
| Fetch the current state before updating, deleting, or making control-flow decisions. | |
| Download a sub number orders report | client.SubNumberOrdersReport.Download()
| GET /sub_number_orders_report/{report_id}/download
| Fetch the current state before updating, deleting, or making control-flow decisions. | |