Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
254 changes: 0 additions & 254 deletions site/docs/numbers/downloadingReports.mdx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ values={[
The TnOptions order type is used to apply number options described in the Create TN Options Order section of the API documentation.

To create a TN Options Order, make a <Highlight color="#079CEE">POST</Highlight> request to our [Create TN Option Order API](/apis/numbers#tag/accounts/operation/CreateTnOptionOrder) endpoint.
This can be done through tools like [Postman](https://github.com/Bandwidth/postman) or in the cURL.
This can be done through tools like [Postman](https://github.com/Bandwidth/postman) or cURL.

#### Examples:

Expand Down Expand Up @@ -471,7 +471,7 @@ curl -X POST 'https://dashboard.bandwidth.com/api/accounts/{accountId}/tnOptions
The LIDB Order API allows the updating of CNAM Display (LIDB) information in the network for Bandwidth TNs managed within the customer’s account. This capability works within the same asynchronous work-order mechanism as is used for managing other delay-prone system interactions, where a “work-order” is created by the initial API call, and used as a reference for tracking and confirming the subsequent states, and the ultimate success and failure of the result.

To create a LIDB Order, make a <Highlight color="#079CEE">POST</Highlight> request to our [Create LIDB Order API](/apis/numbers#tag/accounts/operation/CreateLidbOrder) endpoint.
This can be done through tools like [Postman](https://github.com/Bandwidth/postman) or in the cURL.
This can be done through tools like [Postman](https://github.com/Bandwidth/postman) or cURL.

#### Examples:

Expand Down Expand Up @@ -595,7 +595,7 @@ curl -X POST 'https://dashboard.bandwidth.com/api/accounts/{accountId}/lidbs'
The DL/DA API allows a telephone number or group of telephone numbers to be associated with a name and address used for Directory Listing and/or Directory Assistance information.

To create a DL/DA Order, make a <Highlight color="#079CEE">POST</Highlight> request to our [Create DL/DA Order API](/apis/numbers#tag/accounts/operation/CreateDldaOrder) endpoint.
This can be done through tools like [Postman](https://github.com/Bandwidth/postman) or in the cURL.
This can be done through tools like [Postman](https://github.com/Bandwidth/postman) or cURL.

#### Examples:

Expand Down
6 changes: 3 additions & 3 deletions site/docs/numbers/manage-inventory/searchingNumbers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In this guide, we will show you how to search telephone numbers across your Band
## Search All Numbers

To search telephone numbers and view possible search parameters, make a <Highlight color="#00bf8c">GET</Highlight> request to our [List Numbers API](/apis/numbers#tag/accounts/operation/ListTnsByGet) endpoint.
This can be done through tools like [Postman](https://github.com/Bandwidth/postman) or in the cURL.
This can be done through tools like [Postman](https://github.com/Bandwidth/postman) or cURL.

### Search Types
You can use a combination of these parameters for a more specific search.
Expand Down Expand Up @@ -681,7 +681,7 @@ curl 'https://dashboard.bandwidth.com/api/tns?tier=1'
## Search for Specific Numbers

To search for specific telephone numbers, make a <Highlight color="#079CEE">POST</Highlight> request to our [List Numbers API](/apis/numbers#tag/accounts/operation/ListTnsByPost) endpoint.
This can be done through tools like [Postman](https://github.com/Bandwidth/postman) or in the cURL.
This can be done through tools like [Postman](https://github.com/Bandwidth/postman) or cURL.

#### Request URL:

Expand Down Expand Up @@ -768,7 +768,7 @@ curl -X POST 'https://dashboard.bandwidth.com/api/tns'

To show specific number details, use one of our endpoints described in the list below.

This can be done through tools like [Postman](https://github.com/Bandwidth/postman) or in the cURL.
This can be done through tools like [Postman](https://github.com/Bandwidth/postman) or cURL.

### TN Details Requests

Expand Down
Loading