Reconnect Port
ReconnectPort_Create
Creates a port order which disconnects the existing service and then activates a new service with the appropriate port information. This is currently only supported for Verizon Wireless.
Required Input
- Choice of one of the following:
- LineIDAs Integer - The Service ID of the service the port should be processed on.
- LineAs Object- Service Information.
- CustomerID As Integer - The Customer ID of the customer which should have their service ported.
- TNAs String - The TN of the service which this port should apply to.
- InventoryAs Object - Inventory item.
- IdentifierAs String - The identifier of the inventory.
- TypeAs Enum - The type of the inventory, which may be any of the following:
- Mobile_Device
- SIM_Card
- PortMDNAs String - The MDN that should be ported to the service specified.
- AccountNumberAs String - The customer's account number at the losing provider.
- AuthorizedSignerAs String - The name of the person that is able to authorize the port.
- PINPasswordAs String - The PIN or Password for the customer's account at the losing provider.
- RemarkAs String - Any remarks that should be send with the port.
- SSNAs String - An optional SSN to be specified with the port. Defaults to the customer's SSN.
- TaxIDAs String - An optional TaxID to be specified with the port.
- AddressIDAs Integer - The ID of an address in Rev.io to be sent as part of the port. Defaults to the customer's service address.
Output
- ReconnectPortIDAs Integer - The identifier of this port.
ReconnectPort_Query
Gets information for a submitted reconnect port.
Required Input
- ReconnectPortIDAs Integer - The ID of the reconnect port.
Output
- MDNAs String - The date the reconnect port was created.
- CreatedDateAs Date - The date the reconnect port was created.
- StatusDateAs Date - The date the ReconnectPort service last checked the status of the port.
- DisconnectOrderIDs As List - List of order id's to disconnect the old service.
- OrderIDAs Integer - An Rev.io order id.
- ReconnectOrderIDs As List - List of order id's for reconnecting the new service with the submitted port information.
- OrderIDAs Integer - An Rev.io order id.
- CompletedAs Boolean - True if the ReconnectPort service is done monitoring the port, False otherwise.
- ErroredAs Boolean - True if there was an error performing a step of the reconnect port process, such as if one of the disconnect orders is canceled or if the inventory cannot be reassigned. False otherwise.
- ErrorMessageAs String - Applicable error message if Errored is True.
Updated 13 days ago