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

Commit

Permalink
csr and bulkportin updates (#742)
Browse files Browse the repository at this point in the history
Co-authored-by: akharin <[email protected]>
  • Loading branch information
aharin90 and akharin authored Sep 29, 2022
1 parent 0424b2d commit d3492a8
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions site/specs-temp/numbers.json
Original file line number Diff line number Diff line change
Expand Up @@ -20728,15 +20728,19 @@
"type": "object",
"properties": {
"first": {
"description": "The first (or only) page of results matching the query.",
"type": "string"
},
"next": {
"description": "If more results exist than specified by 'size', this link returns the next page of 'size' results.",
"type": "string"
},
"previous": {
"description": "If the results are more than one page, this link returns the previous page of 'size' results.",
"type": "string"
},
"last": {
"description": "If more results exist than specified by 'size', this link return the last page of result.",
"type": "string"
}
}
Expand Down Expand Up @@ -20825,6 +20829,7 @@
"EmergencyNotificationRecipientWithTts": {
"description": "Emergency Notification Recipient with tts.",
"type": "object",
"description": "The list of child, or subtending, orders associated with a bulk port-in. The bulk port-in will have an empty PortinList until telephone numbers are added using the /tnList endpoint.",
"properties": {
"Identifier": {
"$ref": "#/components/schemas/RecipientIdentifier"
Expand Down Expand Up @@ -21625,7 +21630,8 @@
}
},
"RetryValidation": {
"type": "boolean"
"type": "boolean",
"description": "This element is only applicable in the PUT and PATCH payloads for a bulk port-in that is in the INVALID_DRAFT_TNS state due to a failure to retrieve carrier or RespOrg ownership for telephone numbers in the tnList. If these conditions are met, including RetryValidation with a value of true will cause a fresh attempt to retrieve this information without requiring a change to the tnList."
}
}
},
Expand Down Expand Up @@ -21858,6 +21864,7 @@
},
"PortinList": {
"type": "object",
"description": "The list of child, or subtending, orders associated with a bulk port-in. The bulk port-in will have an empty PortinList until telephone numbers are added using the /tnList endpoint.",
"properties": {
"PortinList": {
"type": "array",
Expand All @@ -21871,6 +21878,7 @@
"type": "object",
"properties": {
"PortinOrderId": {
"description": "The OrderId associated with a child, or subtending, order associated with the bulk port-in.",
"type": "string"
}
}
Expand Down Expand Up @@ -26119,6 +26127,7 @@
"type": "string"
},
"OrderCreateDate": {
"description": "The date and time when the order was created.",
"type": "string"
},
"OrderId": {
Expand Down Expand Up @@ -29148,18 +29157,23 @@
"items": {
"properties": {
"OrderId": {
"description": "The unique identifier string created by Bandwidth to refer to the order. This value is returned in the synchronous response to the POST.",
"type": "string"
},
"CompanyName": {
"description": "The name associated with the Bandwidth account that created this order.",
"type": "string"
},
"LastModifiedBy": {
"description": "The username that last modified the order. This may show as \"System\" if the order was last modified by Bandwidth automated software.",
"type": "string"
},
"LastModifiedDate": {
"description": "The date and time on which the order was last modified, including status updates.",
"type": "string"
},
"OrderCreateDate": {
"description": "The date and time when the order was created.",
"type": "string"
},
"PortinList": {
Expand All @@ -29180,6 +29194,7 @@
]
},
"RequestedFocDate": {
"description": "This is the FOC (Final Order Commit) date requested by the person (or machine) creating the order.",
"type": "string"
}
}
Expand Down Expand Up @@ -29274,10 +29289,11 @@
]
},
"OrderId": {
"description": "This is Bandwidth Oder ID.",
"description": "The unique identifier string created by Bandwidth to refer to the order. This value is returned in the synchronous response to the POST.",
"type": "string"
},
"PortableTnList": {
"description": "This is a list of all of the telephone numbers from the tnList that were validated and are known to be portable.",
"type": "array",
"items": {
"properties": {
Expand All @@ -29288,6 +29304,7 @@
}
},
"NotValidatedTnList": {
"description": "This is a list of any telephone numbers from the tnList that have not yet been validated.",
"type": "array",
"items": {
"properties": {
Expand All @@ -29298,12 +29315,15 @@
}
},
"ChildPortinOrderList": {
"description": "This is a list of any telephone numbers from the tnList that have not yet been validated.",
"type": "object",
"properties": {
"ChildPortinOrder": {
"description": "The list of child, or subtending, orders associated with a bulk port-in. The bulk port-in will have an empty ChildPortinOrderList if none of the telephone numbers included in the /tnList are portable.",
"type": "object",
"properties": {
"OrderId": {
"description": "The unique identifier string created by Bandwidth to refer to the order. This value is returned in the synchronous response to the POST.",
"type": "string"
},
"TnList": {
Expand All @@ -29322,6 +29342,7 @@
},
"ChildPortinOrder": {
"type": "object",
"description": "The OrderId and TnList of a child order associated with a bulk port-in. A child order is created for each set of telephone numbers that can be ported together. This element shows which telephone numbers are associated with each child order.",
"properties": {
"OrderId": {
"type": "string"
Expand All @@ -29340,6 +29361,7 @@
},
"ErrorList": {
"type": "array",
"description": "The list of errors (if any) associated with the telephone numbers in the tnList.",
"items": {
"properties": {
"Error": {
Expand Down Expand Up @@ -31072,6 +31094,7 @@
"type": "string"
},
"OrderCreateDate": {
"description": "The date and time on which the CSRS order was created.",
"type": "string"
},
"AccountId": {
Expand All @@ -31087,9 +31110,11 @@
"type": "string"
},
"Status": {
"description": "The state of the CSRS order. Possible values are: COMPLETE, FAILED.",
"type": "string"
},
"AccountNumber": {
"description": "The account number that the telephone number being queried is associated with on the carrier that currently hosts that number.",
"type": "string"
},
"AccountTelephoneNumber": {
Expand Down Expand Up @@ -31140,12 +31165,15 @@
"type": "string"
},
"CustomerName": {
"description": "The subscriber name associated with the telephone number being queried.",
"type": "string"
},
"ServiceAddress": {
"type": "object",
"description": "The service address associated with the telephone number being queried.",
"properties": {
"UnparsedAddress": {
"description": "The service address other than the City, State, and ZIP.",
"type": "string"
},
"City": {
Expand All @@ -31163,10 +31191,12 @@
}
},
"WorkingTelephoneNumber": {
"description": "The telephone number for which the CSR was retrieved.",
"type": "string"
},
"WorkingTelephoneNumbersOnAccount": {
"type": "array",
"description": "The list of all telephone numbers on the account, associate with the billing telephone number.",
"items": {
"$ref": "#/components/schemas/TelephoneNumber"
}
Expand Down

0 comments on commit d3492a8

Please sign in to comment.