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

Commit 658f0b2

Browse files
authored
mv-8611 (#968)
* Add Code Snippets to Spec Files * Add Code Snippets to Spec Files * Add Code Snippets to Spec Files
1 parent 0c8d532 commit 658f0b2

File tree

1 file changed

+124
-1
lines changed

1 file changed

+124
-1
lines changed

site/specs/numbers.yml

Lines changed: 124 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ components:
284284
<Description>Test 1</Description>
285285
<MessageClass>Campaign-E</MessageClass>
286286
<CreateDate>2021-03-18T12:50:45Z</CreateDate>
287+
<SecondaryDcaSharingStatus>ACCEPTED</SecondaryDcaSharingStatus>
287288
<Status>ACTIVE</Status>
288289
<MnoStatusList>
289290
<MnoStatus>
@@ -495,6 +496,31 @@ components:
495496
</Error>
496497
</Errors>
497498
</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>
498524
CreateCampaignRequest:
499525
value: |-
500526
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
@@ -14991,6 +15017,39 @@ paths:
1499115017

1499215018
</code></p>
1499315019

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+
1499415053
<p><b>Information for toll free port-in customers:</b></p>
1499515054

1499615055
<p>If you are porting toll free numbers and either of the following are
@@ -16542,7 +16601,7 @@ paths:
1654216601
application/xml:
1654316602
examples:
1654416603
example:
16545-
$ref: '#/components/examples/CampaignImportResponse'
16604+
$ref: '#/components/examples/CreateCampaignImportResponse'
1654616605
schema:
1654716606
$ref: '#/components/schemas/LongCodeImportCampaignResponse'
1654816607
description: Created
@@ -22696,6 +22755,37 @@ paths:
2269622755

2269722756
Query parameter or header documentType can be used to specify type of
2269822757
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>
2269922789
operationId: CreateImportTnOrderLoas
2270022790
parameters:
2270122791
- $ref: '#/components/parameters/AccountIdPathParam'
@@ -27827,6 +27917,39 @@ paths:
2782727917

2782827918
</code>
2782927919

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+
2783027953
<p><b>Information for toll free port-in customers:</b></p>
2783127954

2783227955
<p>If you are porting toll free numbers and either of the following are

0 commit comments

Comments
 (0)