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

Commit

Permalink
bwdb-13880 (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
DX-Bandwidth authored Jan 3, 2023
1 parent 1e1b8ac commit 8a20ded
Showing 1 changed file with 54 additions and 3 deletions.
57 changes: 54 additions & 3 deletions site/specs/numbers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25221,6 +25221,28 @@ paths:
required: false
schema:
type: integer
- description: >
<p><b class="required">*</b> A telephone number included in the
ListOfPhoneNumbers in a port-in order. Note that order tn cannot be
combined with any of the date-based query parameters (date,
startdate, or enddate).</p>
example: 9143982871
in: query
name: orderTn
required: false
schema:
type: integer
- description: >
<p><b class="required">*</b> Search for a specified customer order
ID. No quotes are necessary. Note that customer order ID cannot be
combined with any of the date-based query parameters (date,
startdate, or enddate).</p>
example: PO-58472159
in: query
name: customerOrderId
required: false
schema:
type: string
- description: >
<p><b class="required">*</b> The port order number. Note that pon
cannot be combined
Expand Down Expand Up @@ -25263,8 +25285,8 @@ paths:
content:
application/xml:
examples:
example:
description: example
Portins in FOC:
description: List of portin orders with FOC processing status
value: |-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<LNPResponseWrapper>
Expand Down Expand Up @@ -25311,6 +25333,36 @@ paths:
<PON>979E019287CDF6A1</PON>
</lnpPortInfoForGivenStatus>
</LNPResponseWrapper>
RespOrg exception toll-free portin order:
description: >-
List containing a single RespOrg exception toll-free portin
order
value: |-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<LNPResponseWrapper>
<TotalCount>1</TotalCount>
<Links>
<first>Link=&lt;https://test.dashboard.bandwidth.com:443/v1.0/accounts/9900012/portins?page=1&amp;size=10&amp;date=2020-01-15&amp;&gt;;rel="first";</first>
</Links>
<lnpPortInfoForGivenStatus>
<accountId>9900012</accountId>
<CountOfTNs>5</CountOfTNs>
<CustomerOrderId>RE Portin</CustomerOrderId>
<userId>jg_eng_customer</userId>
<lastModifiedDate>2022-11-15T18:39:12.948Z</lastModifiedDate>
<OrderDate>2022-11-15T18:23:15.291Z</OrderDate>
<OrderId>167aa53b-f715-459c-b740-70c3a32351cd</OrderId>
<OrderType>port_in</OrderType>
<CompanyName>JohnsAccount</CompanyName>
<Internal>false</Internal>
<ProcessingStatus>SUBMITTED</ProcessingStatus>
<RequestedFOCDate>2022-11-18T16:30:00.000Z</RequestedFOCDate>
<RespOrgException>true</RespOrgException>
<!--ControllingRespOrgId is hidden if not owned by customer-->
<ControllingRespOrgId>TST52</ControllingRespOrgId>
<TargetRespOrgId>TST52</TargetRespOrgId>
</lnpPortInfoForGivenStatus>
</LNPResponseWrapper>
schema:
$ref: '#/components/schemas/LNPResponseWrapper'
description: The port-ins have been successfully retrieved.
Expand Down Expand Up @@ -39119,4 +39171,3 @@ tags:
- name: Tn Option
- name: Tn Reservation
- name: Tns
- name: Admin

0 comments on commit 8a20ded

Please sign in to comment.