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

/lsrorders description #714

Merged
merged 6 commits into from
Sep 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 30 additions & 4 deletions site/specs-temp/numbers.json
Original file line number Diff line number Diff line change
Expand Up @@ -23137,39 +23137,49 @@
"type": "string"
},
"CustomerOrderId": {
"description": "The Customer Order ID is an ID assigned by the account owner to provide a reference number for the Port.",
"type": "string"
},
"SiteId": {
"description": "The numeric designation for the Site ID that applied to the Lsr order. The SiteId is used to provide a home within the account for the TN(s) that were ported in by the Lsr order.",
"type": "integer",
"format": "int32"
},
"PeerId": {
"description": "The numeric designation for the Location or PeerId that applied to the Lsr order. The PeerId is used to provide a home within the location for the TN(s) that were ported in by the Lsr order.",
"type": "integer",
"format": "int32"
},
"OverrideValidation": {
"description": "This Bandwidth internal field is applicable only to internal orders that are in exception state. A value of true bypasses all port-out validation checking.",
"type": "boolean"
},
"AuthorizingPerson": {
"description": "The name of the person that authorized the telephone number(s) on the LSR order to be ported out.",
"type": "string"
},
"SPID": {
"description": "Service Provider ID - A unique number associated with each carrier.",
"type": "string"
},
"BillingTelephoneNumber": {
"description": "The BillingTelephoneNumber is the primary telephone number associated with the invoice that the subscriber gets from the losing carrier.",
"type": "string"
},
"Pon": {
"description": "The PON that is referenced in the Lsr order.",
"type": "string"
},
"PonVersion": {
"type": "integer",
"format": "int32"
},
"PartialPort": {
"description": "The PartialPort must be set to true if the intent is to NOT port all of the telephone numbers associated with the BillingTelephoneNumber. If PartialPort is omitted or false, and the ListOfPhoneNumbers does not include all of the telephone numbers associated with the BillingTelephoneNumber, the port-in will be rejected. PartialPort is applicable only to on-net port-types. This element is not applicable to toll free or off-net port-in orders.",
"type": "boolean"
},
"RequestedFocDate": {
"description": "This is the FOC (Final Order Commit) date requested by the person (or machine) creating the Lsr order.",
"type": "string"
},
"Subscriber": {
Expand All @@ -23188,6 +23198,7 @@
}
},
"CountOfTNs": {
"description": "Total count of telephone numbers in order.",
"type": "string"
}
}
Expand Down Expand Up @@ -24857,7 +24868,7 @@
"type": "object",
"properties": {
"ErrorCode": {
"description": "Numeric designation of corresponding Error",
"description": "Numeric designation of corresponding error",
"type": "integer"
},
"Description": {
Expand Down Expand Up @@ -29205,7 +29216,7 @@
"type": "object",
"properties": {
"ErrorCode": {
"description": "Numeric designation of corresponding Error.",
"description": "Numeric designation of corresponding error.",
"type": "integer"
},
"PortinOrderId": {
Expand Down Expand Up @@ -29334,7 +29345,7 @@
"type": "object",
"properties": {
"Code": {
"description": "Numeric designation of corresponding Error.",
"description": "Numeric designation of corresponding error.",
"type": "integer"
},
"Description": {
Expand Down Expand Up @@ -30371,48 +30382,61 @@
"type": "object",
"properties": {
"accountId": {
"description": "This is the account that the searched-for order will be contributing to. Specifying this parameter will restrict the search to portin orders within the specified account.",
"type": "integer"
},
"CountOfTNs": {
"description": "Total count of telephone numbers in order.",
"type": "integer"
},
"CustomerOrderId": {
"description": "The Customer Order ID is an ID assigned by the account owner to provide a reference number for the Lsr order.",
"type": "string"
},
"userId": {
"description": "The UserId is authenticated for access to the network via a username string.",
"type": "string"
},
"lastModifiedDate": {
"description": "This is the date when Lsr order was last modified.",
"type": "string"
},
"OrderType": {
"type": "string"
},
"OrderDate": {
"description": "A specific date on which you wish to see modifications to a Lsr order.",
"type": "string"
},
"OrderStatus": {
"description": "The state of the Lsr order.",
"type": "string"
},
"ActualFocDate": {
"description": "This is the FOC (Final Order Commit) date assigned to the Port-in Order by the losing carrier or their agent.",
"type": "string"
},
"BillingTelephoneNumber": {
"description": "The BillingTelephoneNumber is the primary telephone number associated with the invoice that the subscriber gets from the losing carrier.",
"type": "string"
},
"CreatedByUser": {
"description": "The username of the person that created the order.",
"type": "string"
},
"OrderId": {
"description": "The identifier that uniquely identifies a Lsr order.",
"type": "string"
},
"Pon": {
"description": "The PON that is referenced in the Lsr order.",
"type": "string"
},
"PonVersion": {
"type": "string"
},
"RequestedFocDate": {
"description": "This is the FOC (Final Order Commit) date requested by the person (or machine) creating the Lsr order.",
"type": "string"
}
}
Expand Down Expand Up @@ -30469,10 +30493,12 @@
"type": "object",
"properties": {
"Code": {
"description": "Numeric designation of corresponding error.",
"type": "integer",
"format": "int32"
},
"Description": {
"description": "Detailed explanation about error.",
"type": "string"
}
}
Expand Down Expand Up @@ -30821,7 +30847,7 @@
"type": "object",
"properties": {
"Code": {
"description": "Numeric designation of corresponding Error.",
"description": "Numeric designation of corresponding error.",
"type": "integer"
},
"Description": {
Expand Down