Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit bde5b80

Browse files
bwdb-14511 (#892)
* Add Code Snippets to Spec Files * Add Code Snippets to Spec Files * Add Code Snippets to Spec Files * Add Code Snippets to Spec Files * Add Code Snippets to Spec Files * Add Code Snippets to Spec Files * Add Code Snippets to Spec Files Co-authored-by: AJ Rice <[email protected]>
1 parent 3755c71 commit bde5b80

File tree

1 file changed

+86
-4
lines changed

1 file changed

+86
-4
lines changed

site/specs/numbers.yml

Lines changed: 86 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14148,6 +14148,39 @@ paths:
1414814148
----WebKitFormBoundaryE19zNvXGzXaLvS5C <br>
1414914149

1415014150
</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>
1415114184
operationId: UploadBulkLoa
1415214185
parameters:
1415314186
- $ref: '#/components/parameters/AccountIdPathParam'
@@ -14196,7 +14229,11 @@ paths:
1419614229
The response header will include a link to the created file as a GET
1419714230
on the identified resource.
1419814231
'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.
1420014237
summary: Upload bulk port-in order loa file
1420114238
tags:
1420214239
- Bulk Port-In
@@ -26879,8 +26916,9 @@ paths:
2687926916
key attribute to the POST is ensuring that the headers are correctly set
2688026917
to support the file upload.<br>
2688126918

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.
2688426922
<br>
2688526923
Header settings typical of a valid upload are...<br>
2688626924
<br>
@@ -26913,6 +26951,39 @@ paths:
2691326951
----WebKitFormBoundaryE19zNvXGzXaLvS5C <br>
2691426952

2691526953
</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>
2691626987
operationId: UploadPortinLoaFile
2691726988
parameters:
2691826989
- $ref: '#/components/parameters/AccountIdPathParam'
@@ -26963,7 +27034,18 @@ paths:
2696327034
The response header will include a link to the created file as a GET
2696427035
on the identified resource.
2696527036
'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>
2696727049
summary: Upload port-in loa file
2696827050
tags:
2696927051
- Porting

0 commit comments

Comments
 (0)