You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
|`TEST_DID_NOT_CANCELLABLE`|`418`|Dids that have been assigned to you in
733
733
test cannot be cancelled using this operation. Please contact your account
734
734
manager to cancel test dids.|
735
+
736
+
|`EXCEEDED_MAX_ALLOWED_QUANTITY`|`419`|Exceeded maximum allowed quantity for
737
+
number ordering.|
738
+
739
+
|`ORDERING_FORBIDDEN_FOR_NON_VALID_ACCOUNTS`|`420`|Sorry, DID is not
740
+
available for cancellation yet. Please check Cancellation Available dates.|
741
+
742
+
|`INVALID_CANCELLATION_NOT_AVAILABLE_CAPACITY_CUSTOMER`|`421`|Sorry, DID is
743
+
not available for cancellation yet. Please check Cancellation Available
744
+
dates.|
745
+
746
+
|`BOTH_PARAMS_CANNOT_BE_SELECTED`|`422`|Quantity and phoneNumbers cannot be
747
+
selected for removal at the same time. Please select only one option.|
748
+
749
+
|`ONE_PARAM_MUST_BE_SELECTED`|`423`|Either quantity or phoneNumbers must be
750
+
provided.|
751
+
752
+
|`INVALID_PHONE_NUMBERS`|`424`|The selected phoneNumbers do not exist in
753
+
your cart: |
754
+
755
+
|`QUANTITY_RELATED_NUMBERS_CANNOT_RELATE_TO_PHONE_NUMBERS`|`425`|Invalid DID
756
+
Request. The user has to indicate the phoneNumbers if the numbers being
757
+
removed were added via Number Selection.|
735
758
contact:
736
759
name: Bandwidth
737
760
version: '1.0'
@@ -771,7 +794,7 @@ tags:
771
794
772
795
2. To buy numbers, you can either:
773
796
* Get the associated didGroupId for a country/area code from listDidGroup method (Inventory module), and add a certain quantity of DIDs (didCartItem) from a didGroupId to the CartIdentifier using addToCart
774
-
* Coming Q2 2022: Provide a list of telephone numbers you've searched and found in the Voxbone inventory, for sale.
797
+
* Provide a list of telephone numbers you've searched and found in the Bandwidth inventory, for sale.
775
798
776
799
3. Check your funds with accountBalance
777
800
@@ -790,10 +813,6 @@ tags:
790
813
operation, the response contains a list of productCheckout elements. These
791
814
elements give you an orderReference for each product type contained in
792
815
your cart, which can be used as a filter for the listDid operation
793
-
794
-
795
-
796
-
Coming Q3 2022: Review the Number(s) and number information of the order
797
816
- name: Service Activation
798
817
description: >
799
818
Service activation module contains a list of operations that allow you to
@@ -1081,14 +1100,6 @@ paths:
1081
1100
in the query parameter.
1082
1101
1083
1102
- Response can return a maximum of 5000 numbers
1084
-
1085
-
- The ability to submit selected numbers available to your cart to
1086
-
purchase will be available August 2022.
1087
-
1088
-
1089
-
Coming Q3 2022:
1090
-
1091
-
- Ability to vanity search for a number in the Voxbone inventory
1092
1103
operationId: listDidGroup
1093
1104
parameters:
1094
1105
- name: countryCodeA3
@@ -1250,9 +1261,9 @@ paths:
1250
1261
name: VoxOUT National
1251
1262
description: Used to build the coverage pages in the public website
1252
1263
phoneNumbers:
1253
-
- '+31208908115'
1254
-
- '+31208908116'
1255
-
- '+31208908117'
1264
+
- phoneNumber: '+31208908115'
1265
+
- phoneNumber: '+31208908116'
1266
+
- phoneNumber: '+31208908117'
1256
1267
resultCount: 1
1257
1268
x-internal: false
1258
1269
x-summary: >-
@@ -1400,7 +1411,9 @@ paths:
1400
1411
always need to create at least one cart to place an order
1401
1412
(checkoutCart). You can place multiple orders per cart or you can create
1402
1413
separate carts for each order. Note that different product types (DID,
1403
-
Capacity or prepaid credits) can be added into one single cart.
1414
+
Capacity or prepaid credits) can be added into one single cart. You
1415
+
cannot add a didGroup and quantity, and a list of phoneNumbers of the
1416
+
same didGroup in the same cart.
1404
1417
operationId: createCart
1405
1418
requestBody:
1406
1419
content:
@@ -1416,7 +1429,6 @@ paths:
1416
1429
text/xml:
1417
1430
schema:
1418
1431
$ref: '#/components/schemas/CreateCartResponse'
1419
-
examples: {}
1420
1432
application/json:
1421
1433
schema:
1422
1434
$ref: '#/components/schemas/CreateCartResponse'
@@ -1435,10 +1447,9 @@ paths:
1435
1447
Set quantity to 0 if you want to remove the product from the cart.
1436
1448
1437
1449
1438
-
At present, you are able to see a list of numbers available (BETA). The
1439
-
ability to submit selected numbers available to your cart to purchase
1440
-
will be available August 2022. The ability to remove selected numbers in
1441
-
your cart to purchase will be available August 2022.
1450
+
If phoneNumbers exist in the cart - you will need to submit the E164 of
1451
+
the phoneNumber to remove the number(s). Quantity of an OrderProductId
1452
+
will not remove phoneNumbers, only a didGroup and quantity.
0 commit comments