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

Commit 5695f80

Browse files
committed
Add Code Snippets to Spec Files
1 parent b864772 commit 5695f80

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

site/specs/numbers.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,15 @@ components:
716716
<ErrorCode>3913</ErrorCode>
717717
</Error>
718718
</RateCenterCoverageResponse>
719+
RateCenterPostCoverage409Error:
720+
value: |-
721+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
722+
<RateCenterCoverageResponse>
723+
<Error>
724+
<Description>Coverage already exists for FARMVILLE.NC with vendor ID 49</Description>
725+
<ErrorCode>3923</ErrorCode>
726+
</Error>
727+
</RateCenterCoverageResponse>
719728
RateCenterPostCoverageResponseExample:
720729
value: |-
721730
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
@@ -1272,6 +1281,14 @@ components:
12721281
$ref: '#/components/examples/RateCenterPostCoverage400Error'
12731282
schema:
12741283
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
1284+
rateCenterPostCoverageResponse409Error:
1285+
content:
1286+
application/xml:
1287+
examples:
1288+
unsuccessful409ErrorPostCoverageResponseExample:
1289+
$ref: '#/components/examples/RateCenterPostCoverage409Error'
1290+
schema:
1291+
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
12751292
description: >-
12761293
Unsuccessful response due to a validation error. A LRN was provided for
12771294
offnet coverage.

0 commit comments

Comments
 (0)