@@ -284,6 +284,7 @@ components:
284
284
<Description>Test 1</Description>
285
285
<MessageClass>Campaign-E</MessageClass>
286
286
<CreateDate>2021-03-18T12:50:45Z</CreateDate>
287
+ <SecondaryDcaSharingStatus>ACCEPTED</SecondaryDcaSharingStatus>
287
288
<Status>ACTIVE</Status>
288
289
<MnoStatusList>
289
290
<MnoStatus>
@@ -495,6 +496,31 @@ components:
495
496
</Error>
496
497
</Errors>
497
498
</CampaignResponse>
499
+ CreateCampaignImportResponse:
500
+ value: |-
501
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
502
+ <LongCodeImportCampaignResponse>
503
+ <ImportedCampaign>
504
+ <CampaignId>CA114BN</CampaignId>
505
+ <Description>Test 1</Description>
506
+ <MessageClass>Campaign-E</MessageClass>
507
+ <CreateDate>2021-03-18T12:50:45Z</CreateDate>
508
+ <SecondaryDcaSharingStatus>PENDING</SecondaryDcaSharingStatus>
509
+ <Status>ACTIVE</Status>
510
+ <MnoStatusList>
511
+ <MnoStatus>
512
+ <MnoName>ATT</MnoName>
513
+ <MnoId>10017</MnoId>
514
+ <Status>APPROVED</Status>
515
+ </MnoStatus>
516
+ <MnoStatus>
517
+ <MnoName>TMO</MnoName>
518
+ <MnoId>10035</MnoId>
519
+ <Status>APPROVED</Status>
520
+ </MnoStatus>
521
+ </MnoStatusList>
522
+ </ImportedCampaign>
523
+ </LongCodeImportCampaignResponse>
498
524
CreateCampaignRequest:
499
525
value: |-
500
526
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
@@ -14991,6 +15017,39 @@ paths:
14991
15017
14992
15018
</code></p>
14993
15019
15020
+ <p>When uploading documents using the /loas resource, you must specify
15021
+ the MIME type of the document being upload using the Content-Type HTTP
15022
+ header.</p>
15023
+
15024
+ <p><b>Information for non-toll free port-in customers:</b></p>
15025
+
15026
+ <p>The LOA document must be uploaded using one of the following MIME
15027
+ types:</p>
15028
+
15029
+ <ul>
15030
+
15031
+ <li>application/pdf</li>
15032
+
15033
+ <li>text/plain</li>
15034
+
15035
+ <li>image/jpeg</li>
15036
+
15037
+ <li>image/png</li>
15038
+
15039
+ <li>image/tiff</li>
15040
+
15041
+ <li>text/csv</li>
15042
+
15043
+ <li>application/vnd.ms-excel</li>
15044
+
15045
+ <li>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</li>
15046
+
15047
+ <li>application/msword</li>
15048
+
15049
+ <li>application/vnd.openxmlformats-officedocument.wordprocessingml.document</li>
15050
+
15051
+ </ul>
15052
+
14994
15053
<p><b>Information for toll free port-in customers:</b></p>
14995
15054
14996
15055
<p>If you are porting toll free numbers and either of the following are
@@ -16542,7 +16601,7 @@ paths:
16542
16601
application/xml:
16543
16602
examples:
16544
16603
example:
16545
- $ref: '#/components/examples/CampaignImportResponse '
16604
+ $ref: '#/components/examples/CreateCampaignImportResponse '
16546
16605
schema:
16547
16606
$ref: '#/components/schemas/LongCodeImportCampaignResponse'
16548
16607
description: Created
@@ -22696,6 +22755,37 @@ paths:
22696
22755
22697
22756
Query parameter or header documentType can be used to specify type of
22698
22757
document on upload.
22758
+
22759
+ <p>When uploading documents using the /loas resource, you must specify
22760
+ the MIME type of the document being upload using the Content-Type HTTP
22761
+ header.</p>
22762
+
22763
+ <p>The LOA document must be uploaded using one of the following MIME
22764
+ types:</p>
22765
+
22766
+ <ul>
22767
+
22768
+ <li>application/pdf</li>
22769
+
22770
+ <li>text/plain</li>
22771
+
22772
+ <li>image/jpeg</li>
22773
+
22774
+ <li>image/png</li>
22775
+
22776
+ <li>image/tiff</li>
22777
+
22778
+ <li>text/csv</li>
22779
+
22780
+ <li>application/vnd.ms-excel</li>
22781
+
22782
+ <li>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</li>
22783
+
22784
+ <li>application/msword</li>
22785
+
22786
+ <li>application/vnd.openxmlformats-officedocument.wordprocessingml.document</li>
22787
+
22788
+ </ul>
22699
22789
operationId: CreateImportTnOrderLoas
22700
22790
parameters:
22701
22791
- $ref: '#/components/parameters/AccountIdPathParam'
@@ -27827,6 +27917,39 @@ paths:
27827
27917
27828
27918
</code>
27829
27919
27920
+ <p>When uploading documents using the /loas resource, you must specify
27921
+ the MIME type of the document being upload using the Content-Type HTTP
27922
+ header.</p>
27923
+
27924
+ <p><b>Information for non-toll free port-in customers:</b></p>
27925
+
27926
+ <p>The LOA document must be uploaded using one of the following MIME
27927
+ types:</p>
27928
+
27929
+ <ul>
27930
+
27931
+ <li>application/pdf</li>
27932
+
27933
+ <li>text/plain</li>
27934
+
27935
+ <li>image/jpeg</li>
27936
+
27937
+ <li>image/png</li>
27938
+
27939
+ <li>image/tiff</li>
27940
+
27941
+ <li>text/csv</li>
27942
+
27943
+ <li>application/vnd.ms-excel</li>
27944
+
27945
+ <li>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</li>
27946
+
27947
+ <li>application/msword</li>
27948
+
27949
+ <li>application/vnd.openxmlformats-officedocument.wordprocessingml.document</li>
27950
+
27951
+ </ul>
27952
+
27830
27953
<p><b>Information for toll free port-in customers:</b></p>
27831
27954
27832
27955
<p>If you are porting toll free numbers and either of the following are
0 commit comments