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.
Copy file name to clipboardExpand all lines: site/specs-temp/numbers.json
+32-2Lines changed: 32 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20728,15 +20728,19 @@
20728
20728
"type": "object",
20729
20729
"properties": {
20730
20730
"first": {
20731
+
"description": "The first (or only) page of results matching the query.",
20731
20732
"type": "string"
20732
20733
},
20733
20734
"next": {
20735
+
"description": "If more results exist than specified by 'size', this link returns the next page of 'size' results.",
20734
20736
"type": "string"
20735
20737
},
20736
20738
"previous": {
20739
+
"description": "If the results are more than one page, this link returns the previous page of 'size' results.",
20737
20740
"type": "string"
20738
20741
},
20739
20742
"last": {
20743
+
"description": "If more results exist than specified by 'size', this link return the last page of result.",
20740
20744
"type": "string"
20741
20745
}
20742
20746
}
@@ -20825,6 +20829,7 @@
20825
20829
"EmergencyNotificationRecipientWithTts": {
20826
20830
"description": "Emergency Notification Recipient with tts.",
20827
20831
"type": "object",
20832
+
"description": "The list of child, or subtending, orders associated with a bulk port-in. The bulk port-in will have an empty PortinList until telephone numbers are added using the /tnList endpoint.",
"description": "This element is only applicable in the PUT and PATCH payloads for a bulk port-in that is in the INVALID_DRAFT_TNS state due to a failure to retrieve carrier or RespOrg ownership for telephone numbers in the tnList. If these conditions are met, including RetryValidation with a value of true will cause a fresh attempt to retrieve this information without requiring a change to the tnList."
21629
21635
}
21630
21636
}
21631
21637
},
@@ -21858,6 +21864,7 @@
21858
21864
},
21859
21865
"PortinList": {
21860
21866
"type": "object",
21867
+
"description": "The list of child, or subtending, orders associated with a bulk port-in. The bulk port-in will have an empty PortinList until telephone numbers are added using the /tnList endpoint.",
21861
21868
"properties": {
21862
21869
"PortinList": {
21863
21870
"type": "array",
@@ -21871,6 +21878,7 @@
21871
21878
"type": "object",
21872
21879
"properties": {
21873
21880
"PortinOrderId": {
21881
+
"description": "The OrderId associated with a child, or subtending, order associated with the bulk port-in.",
21874
21882
"type": "string"
21875
21883
}
21876
21884
}
@@ -26119,6 +26127,7 @@
26119
26127
"type": "string"
26120
26128
},
26121
26129
"OrderCreateDate": {
26130
+
"description": "The date and time when the order was created.",
26122
26131
"type": "string"
26123
26132
},
26124
26133
"OrderId": {
@@ -29148,18 +29157,23 @@
29148
29157
"items": {
29149
29158
"properties": {
29150
29159
"OrderId": {
29160
+
"description": "The unique identifier string created by Bandwidth to refer to the order. This value is returned in the synchronous response to the POST.",
29151
29161
"type": "string"
29152
29162
},
29153
29163
"CompanyName": {
29164
+
"description": "The name associated with the Bandwidth account that created this order.",
29154
29165
"type": "string"
29155
29166
},
29156
29167
"LastModifiedBy": {
29168
+
"description": "The username that last modified the order. This may show as \"System\" if the order was last modified by Bandwidth automated software.",
29157
29169
"type": "string"
29158
29170
},
29159
29171
"LastModifiedDate": {
29172
+
"description": "The date and time on which the order was last modified, including status updates.",
29160
29173
"type": "string"
29161
29174
},
29162
29175
"OrderCreateDate": {
29176
+
"description": "The date and time when the order was created.",
29163
29177
"type": "string"
29164
29178
},
29165
29179
"PortinList": {
@@ -29180,6 +29194,7 @@
29180
29194
]
29181
29195
},
29182
29196
"RequestedFocDate": {
29197
+
"description": "This is the FOC (Final Order Commit) date requested by the person (or machine) creating the order.",
29183
29198
"type": "string"
29184
29199
}
29185
29200
}
@@ -29274,10 +29289,11 @@
29274
29289
]
29275
29290
},
29276
29291
"OrderId": {
29277
-
"description": "This is Bandwidth Oder ID.",
29292
+
"description": "The unique identifier string created by Bandwidth to refer to the order. This value is returned in the synchronous response to the POST.",
29278
29293
"type": "string"
29279
29294
},
29280
29295
"PortableTnList": {
29296
+
"description": "This is a list of all of the telephone numbers from the tnList that were validated and are known to be portable.",
29281
29297
"type": "array",
29282
29298
"items": {
29283
29299
"properties": {
@@ -29288,6 +29304,7 @@
29288
29304
}
29289
29305
},
29290
29306
"NotValidatedTnList": {
29307
+
"description": "This is a list of any telephone numbers from the tnList that have not yet been validated.",
29291
29308
"type": "array",
29292
29309
"items": {
29293
29310
"properties": {
@@ -29298,12 +29315,15 @@
29298
29315
}
29299
29316
},
29300
29317
"ChildPortinOrderList": {
29318
+
"description": "This is a list of any telephone numbers from the tnList that have not yet been validated.",
29301
29319
"type": "object",
29302
29320
"properties": {
29303
29321
"ChildPortinOrder": {
29322
+
"description": "The list of child, or subtending, orders associated with a bulk port-in. The bulk port-in will have an empty ChildPortinOrderList if none of the telephone numbers included in the /tnList are portable.",
29304
29323
"type": "object",
29305
29324
"properties": {
29306
29325
"OrderId": {
29326
+
"description": "The unique identifier string created by Bandwidth to refer to the order. This value is returned in the synchronous response to the POST.",
29307
29327
"type": "string"
29308
29328
},
29309
29329
"TnList": {
@@ -29322,6 +29342,7 @@
29322
29342
},
29323
29343
"ChildPortinOrder": {
29324
29344
"type": "object",
29345
+
"description": "The OrderId and TnList of a child order associated with a bulk port-in. A child order is created for each set of telephone numbers that can be ported together. This element shows which telephone numbers are associated with each child order.",
29325
29346
"properties": {
29326
29347
"OrderId": {
29327
29348
"type": "string"
@@ -29340,6 +29361,7 @@
29340
29361
},
29341
29362
"ErrorList": {
29342
29363
"type": "array",
29364
+
"description": "The list of errors (if any) associated with the telephone numbers in the tnList.",
29343
29365
"items": {
29344
29366
"properties": {
29345
29367
"Error": {
@@ -31072,6 +31094,7 @@
31072
31094
"type": "string"
31073
31095
},
31074
31096
"OrderCreateDate": {
31097
+
"description": "The date and time on which the CSRS order was created.",
31075
31098
"type": "string"
31076
31099
},
31077
31100
"AccountId": {
@@ -31087,9 +31110,11 @@
31087
31110
"type": "string"
31088
31111
},
31089
31112
"Status": {
31113
+
"description": "The state of the CSRS order. Possible values are: COMPLETE, FAILED.",
31090
31114
"type": "string"
31091
31115
},
31092
31116
"AccountNumber": {
31117
+
"description": "The account number that the telephone number being queried is associated with on the carrier that currently hosts that number.",
31093
31118
"type": "string"
31094
31119
},
31095
31120
"AccountTelephoneNumber": {
@@ -31140,12 +31165,15 @@
31140
31165
"type": "string"
31141
31166
},
31142
31167
"CustomerName": {
31168
+
"description": "The subscriber name associated with the telephone number being queried.",
31143
31169
"type": "string"
31144
31170
},
31145
31171
"ServiceAddress": {
31146
31172
"type": "object",
31173
+
"description": "The service address associated with the telephone number being queried.",
31147
31174
"properties": {
31148
31175
"UnparsedAddress": {
31176
+
"description": "The service address other than the City, State, and ZIP.",
31149
31177
"type": "string"
31150
31178
},
31151
31179
"City": {
@@ -31163,10 +31191,12 @@
31163
31191
}
31164
31192
},
31165
31193
"WorkingTelephoneNumber": {
31194
+
"description": "The telephone number for which the CSR was retrieved.",
31166
31195
"type": "string"
31167
31196
},
31168
31197
"WorkingTelephoneNumbersOnAccount": {
31169
31198
"type": "array",
31199
+
"description": "The list of all telephone numbers on the account, associate with the billing telephone number.",
0 commit comments