diff --git a/site/specs/numbers.yml b/site/specs/numbers.yml
index e26ef9a0a..6b67f8b6f 100644
--- a/site/specs/numbers.yml
+++ b/site/specs/numbers.yml
@@ -14148,6 +14148,39 @@ paths:
----WebKitFormBoundaryE19zNvXGzXaLvS5C
Information for toll free port-in customers:
+ +If you are porting toll free numbers and either of the following are + true, the port-in order requires a LOA document.
+ +If a LOA is required, the LOA document must adhere to these + rules:
+ +If a LOA is required but a compliant LOA document has not been + uploaded, the toll free port-in order will remain in the Pending + Documents state until a valid LOA is provided.
operationId: UploadBulkLoa parameters: - $ref: '#/components/parameters/AccountIdPathParam' @@ -14196,7 +14229,11 @@ paths: The response header will include a link to the created file as a GET on the identified resource. '400': - description: A 400 indicates that the requested upload failed. + description: 'Supported values for documentType are: LOA, INVOICE, CSR, or OTHER.' + '409': + description: >- + Conflicting values specified for documentType query parameter and + documentType header. summary: Upload bulk port-in order loa file tags: - Bulk Port-In @@ -26879,8 +26916,9 @@ paths: key attribute to the POST is ensuring that the headers are correctly set to support the file upload.Information for toll free port-in customers:
+ +If you are porting toll free numbers and either of the following are + true, the port-in order requires a LOA document.
+ +If a LOA is required, the LOA document must adhere to these + rules:
+ +If a LOA is required but a compliant LOA document has not been + uploaded, the toll free port-in order will remain in the Pending + Documents state until a valid LOA is provided.
operationId: UploadPortinLoaFile parameters: - $ref: '#/components/parameters/AccountIdPathParam' @@ -26963,7 +27034,18 @@ paths: The response header will include a link to the created file as a GET on the identified resource. '400': - description: A 400 indicates that the requested upload failed. + description: | + Supported values for documentType are: LOA, INVOICE, CSR, or OTHER. + '409': + description: > +Conflicting values specified for documentType query parameter and + documentType header.
+ +This order requires specification of the documentType using + either the query parameter or the header.
+ +Document uploads for toll free port-ins must use the + application/pdf or image/tiff formats.
summary: Upload port-in loa file tags: - Porting