@@ -1230,6 +1230,8 @@ components:
1230
1230
examples:
1231
1231
unsuccessful404ErrorFindCoverageResponseExample:
1232
1232
$ref: '#/components/examples/RateCenterFindCoverage404Error'
1233
+ schema:
1234
+ $ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
1233
1235
description: >-
1234
1236
Unsuccessful response because the rate center coverage entry could not
1235
1237
be found.
@@ -1239,13 +1241,17 @@ components:
1239
1241
examples:
1240
1242
successfulGetCoverageResponseExample:
1241
1243
$ref: '#/components/examples/RateCenterGetCoverageResponseExample'
1244
+ schema:
1245
+ $ref: '#/components/schemas/RateCenterCoverageSuccessfulResponseList'
1242
1246
description: Successful response with a rate center's coverage.
1243
1247
rateCenterGetCoverageResponse400Error:
1244
1248
content:
1245
1249
application/xml:
1246
1250
examples:
1247
1251
unsuccessful400ErrorGetCoverageResponseExample:
1248
1252
$ref: '#/components/examples/RateCenterGetCoverage400Error'
1253
+ schema:
1254
+ $ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
1249
1255
description: >-
1250
1256
Unsucessful response of a rate center's coverage due to a validation
1251
1257
error. No search parameters were provided.
@@ -1255,13 +1261,17 @@ components:
1255
1261
examples:
1256
1262
successfulPostCoverageResponseExample:
1257
1263
$ref: '#/components/examples/RateCenterPostCoverageResponseExample'
1264
+ schema:
1265
+ $ref: '#/components/schemas/CoverageMatrixEntry'
1258
1266
description: Successful response with the generating matrix entry.
1259
1267
rateCenterPostCoverageResponse400Error:
1260
1268
content:
1261
1269
application/xml:
1262
1270
examples:
1263
1271
unsuccessful400ErrorPostCoverageResponseExample:
1264
1272
$ref: '#/components/examples/RateCenterPostCoverage400Error'
1273
+ schema:
1274
+ $ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
1265
1275
description: >-
1266
1276
Unsuccessful response due to a validation error. A LRN was provided for
1267
1277
offnet coverage.
@@ -1271,6 +1281,8 @@ components:
1271
1281
examples:
1272
1282
successfulPutCoverageResponseExample:
1273
1283
$ref: '#/components/examples/RateCenterPutCoverageResponseExample'
1284
+ schema:
1285
+ $ref: '#/components/schemas/CoverageMatrixEntry'
1274
1286
description: Successful response for the update of a coverage matrix entry.
1275
1287
removeImportedVoiceTnOrdersResponse:
1276
1288
content:
@@ -4200,6 +4212,8 @@ components:
4200
4212
TierId:
4201
4213
description: A rate center's tier ID.
4202
4214
example: 1
4215
+ maximum: 6
4216
+ minimum: 0
4203
4217
type: number
4204
4218
VendorId:
4205
4219
description: A rate center's vendor ID.
@@ -9809,6 +9823,26 @@ components:
9809
9823
type: integer
9810
9824
type: object
9811
9825
type: object
9826
+ RateCenterCoverageSuccessfulResponseList:
9827
+ description: A list of all coverage matrix entries returned by a GET endpoint.
9828
+ properties:
9829
+ data:
9830
+ items:
9831
+ $ref: '#/components/schemas/CoverageMatrixEntry'
9832
+ type: array
9833
+ required:
9834
+ - data
9835
+ type: object
9836
+ RateCenterCoverageUnsuccessfulResponse:
9837
+ description: A generic error object for coverage matrix / rate center responses.
9838
+ properties:
9839
+ description:
9840
+ example: Error Message
9841
+ type: string
9842
+ errorCode:
9843
+ example: '1234'
9844
+ type: number
9845
+ type: object
9812
9846
RateCenterGroup:
9813
9847
properties:
9814
9848
City:
@@ -12626,6 +12660,12 @@ components:
12626
12660
- unchanged
12627
12661
- systemDefault
12628
12662
type: string
12663
+ CallVerificationEnabled:
12664
+ enum:
12665
+ - '{custom value}'
12666
+ - 'true'
12667
+ - 'false'
12668
+ type: string
12629
12669
CallingNameDisplay:
12630
12670
enum:
12631
12671
- 'on'
@@ -12872,6 +12912,8 @@ components:
12872
12912
properties:
12873
12913
CallForward:
12874
12914
$ref: '#/components/schemas/TelephoneNumber'
12915
+ CallVerificationEnabled:
12916
+ type: string
12875
12917
CallingNameDisplay:
12876
12918
type: string
12877
12919
FinalDestinationURI:
@@ -39029,6 +39071,14 @@ paths:
39029
39071
phone number in the option
39030
39072
group</td></tr><tr><td>false</td><td>Explicitly disables Pindrop
39031
39073
integration on each phone number in the option
39074
+ group</td></tr></tbody></table><li>for Call Verification Enabled
39075
+ attribute</li><table style="text-align: left; width: 80%;" border="1"
39076
+ cellpadding="2" cellspacing="0"><tbody><tr><th>Action
39077
+ value</th><th>Description of
39078
+ action</th></tr><tr><td>true</td><td>Enables Call Verification on each
39079
+ phone number in the option
39080
+ group</td></tr><tr><td>false</td><td>Explicitly disables Call
39081
+ Verification on each phone number in the option
39032
39082
group</td></tr></tbody></table><li>for other attribute</li><ul><li
39033
39083
type="square"> <i>systemDefault</i> - implies that the element profile
39034
39084
value should be removed so that the TN changes back to the default
@@ -39110,6 +39160,12 @@ paths:
39110
39160
<TelephoneNumber>2018551026</TelephoneNumber>
39111
39161
</TelephoneNumbers>
39112
39162
</TnOptionGroup>
39163
+ <TnOptionGroup>
39164
+ <CallVerificationEnabled>true</CallVerificationEnabled>
39165
+ <TelephoneNumbers>
39166
+ <TelephoneNumber>2018551027</TelephoneNumber>
39167
+ </TelephoneNumbers>
39168
+ </TnOptionGroup>
39113
39169
</TnOptionGroups>
39114
39170
</TnOptionOrder>
39115
39171
schema:
0 commit comments