@@ -14148,6 +14148,39 @@ paths:
14148
14148
----WebKitFormBoundaryE19zNvXGzXaLvS5C <br>
14149
14149
14150
14150
</code></p>
14151
+
14152
+ <p><b>Information for toll free port-in customers:</b></p>
14153
+
14154
+ <p>If you are porting toll free numbers and either of the following are
14155
+ true, the port-in order requires a LOA document.</p>
14156
+
14157
+ <ul>
14158
+
14159
+ <li>The controlling and target RespOrg IDs have different entity values
14160
+ (i.e. the first two characters are different).</li>
14161
+
14162
+ <li>The toll free port-in will cause toll free telephone numbers to move
14163
+ from one Bandwidth account to another Bandwidth account.</li>
14164
+
14165
+ </ul>
14166
+
14167
+ <p>If a LOA is required, the LOA document must adhere to these
14168
+ rules:</p>
14169
+
14170
+ <ul>
14171
+
14172
+ <li>The LOA document must be uploaded using MIME type "application/pdf",
14173
+ or "image/tiff", as these are the only formats supported by our toll
14174
+ free porting vendor.</li>
14175
+
14176
+ <li>The LOA document must be annotated as a LOA document using the
14177
+ documentType query parameter or header value.</li>
14178
+
14179
+ </ul>
14180
+
14181
+ <p>If a LOA is required but a compliant LOA document has not been
14182
+ uploaded, the toll free port-in order will remain in the Pending
14183
+ Documents state until a valid LOA is provided.</p>
14151
14184
operationId: UploadBulkLoa
14152
14185
parameters:
14153
14186
- $ref: '#/components/parameters/AccountIdPathParam'
@@ -14196,7 +14229,11 @@ paths:
14196
14229
The response header will include a link to the created file as a GET
14197
14230
on the identified resource.
14198
14231
'400':
14199
- description: A 400 indicates that the requested upload failed.
14232
+ description: 'Supported values for documentType are: LOA, INVOICE, CSR, or OTHER.'
14233
+ '409':
14234
+ description: >-
14235
+ Conflicting values specified for documentType query parameter and
14236
+ documentType header.
14200
14237
summary: Upload bulk port-in order loa file
14201
14238
tags:
14202
14239
- Bulk Port-In
@@ -26879,8 +26916,9 @@ paths:
26879
26916
key attribute to the POST is ensuring that the headers are correctly set
26880
26917
to support the file upload.<br>
26881
26918
26882
- Query parameter or header documentType can be used to specify type of
26883
- document on upload. Possible values are: LOA, INVOICE, CSR, OTHER.
26919
+ You may use either the documentType query parameter or the documentType
26920
+ header parameter to specify the type of document you are uploading.
26921
+ Possible values for documentType are: LOA, INVOICE, CSR, OTHER.
26884
26922
<br>
26885
26923
Header settings typical of a valid upload are...<br>
26886
26924
<br>
@@ -26913,6 +26951,39 @@ paths:
26913
26951
----WebKitFormBoundaryE19zNvXGzXaLvS5C <br>
26914
26952
26915
26953
</code>
26954
+
26955
+ <p><b>Information for toll free port-in customers:</b></p>
26956
+
26957
+ <p>If you are porting toll free numbers and either of the following are
26958
+ true, the port-in order requires a LOA document.</p>
26959
+
26960
+ <ul>
26961
+
26962
+ <li>The controlling and target RespOrg IDs have different entity values
26963
+ (i.e. the first two characters are different).</li>
26964
+
26965
+ <li>The toll free port-in will cause toll free telephone numbers to move
26966
+ from one Bandwidth account to another Bandwidth account.</li>
26967
+
26968
+ </ul>
26969
+
26970
+ <p>If a LOA is required, the LOA document must adhere to these
26971
+ rules:</p>
26972
+
26973
+ <ul>
26974
+
26975
+ <li>The LOA document must be uploaded using MIME type "application/pdf",
26976
+ or "image/tiff", as these are the only formats supported by our toll
26977
+ free porting vendor.</li>
26978
+
26979
+ <li>The LOA document must be annotated as a LOA document using the
26980
+ documentType query parameter or header value.</li>
26981
+
26982
+ </ul>
26983
+
26984
+ <p>If a LOA is required but a compliant LOA document has not been
26985
+ uploaded, the toll free port-in order will remain in the Pending
26986
+ Documents state until a valid LOA is provided.</p>
26916
26987
operationId: UploadPortinLoaFile
26917
26988
parameters:
26918
26989
- $ref: '#/components/parameters/AccountIdPathParam'
@@ -26963,7 +27034,18 @@ paths:
26963
27034
The response header will include a link to the created file as a GET
26964
27035
on the identified resource.
26965
27036
'400':
26966
- description: A 400 indicates that the requested upload failed.
27037
+ description: |
27038
+ Supported values for documentType are: LOA, INVOICE, CSR, or OTHER.
27039
+ '409':
27040
+ description: >
27041
+ <p>Conflicting values specified for documentType query parameter and
27042
+ documentType header.</p>
27043
+
27044
+ <p>This order requires specification of the documentType using
27045
+ either the query parameter or the header.</p>
27046
+
27047
+ <p>Document uploads for toll free port-ins must use the
27048
+ application/pdf or image/tiff formats.</p>
26967
27049
summary: Upload port-in loa file
26968
27050
tags:
26969
27051
- Porting
0 commit comments