ExistingSubscriberPortin
This API can be used to place a port in request order of an existing subscriber that has an account in Telgoo5 already.
Sample Request XML
<?xml version="1.0" encoding="utf-8"?> <VCAREOSSAPI xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CREDENTIALS> <VENDORID></VENDORID> <USERNAME></USERNAME> <PASSWORD></PASSWORD> <PIN></PIN> <REFERENCENUMBER></REFERENCENUMBER> </CREDENTIALS> <VCAREOSS> <EXISTINGSUBSCRIBERPORTIN> <CUSTOMER_ID></CUSTOMER_ID> <ESN></ESN> <NEWESN></NEWESN> <ICCID></ICCID> <OLDMDN></OLDMDN> <PORT_MDN></PORT_MDN> <PLANID></PLANID> <CARRIER></CARRIER> <SSN></SSN> <BILLFIRSTNAME></BILLFIRSTNAME> <MIDDLE_NAME></MIDDLE_NAME> <BILLLASTNAME></BILLLASTNAME> <BUSINESS_NAME></BUSINESS_NAME> <ADDRESS1></ADDRESS1> <CITY></CITY> <STATE></STATE> <ZIP></ZIP> <ACNUMBER></ACNUMBER> <PASSWORDPIN></PASSWORDPIN> <COMPANY_ID></COMPANY_ID> <PORTIN_OLD_ESN_STATUS></PORTIN_OLD_ESN_STATUS> <PORTIN_OLD_ESN_REASON></PORTIN_OLD_ESN_REASON> <USER></USER> <SOURCE></SOURCE> <AGENTID></AGENTID> <AGENTPASSWORD></AGENTPASSWORD> </EXISTINGSUBSCRIBERPORTIN> </VCAREOSS> </VCAREOSSAPI>
List of status code, description and resolution. | ||
---|---|---|
Status Code | Description | How to Resolve? |
00 | SUCCESS | SUCCESS |
01 | Error Received from Carrier. | Please try again with valid data. |
13 | Password is invalid. | Provide a valid Password. |
16 | Vendor not found. Wrong credentials. | Please enter valid vendor credentials. |
41 | Carrier is invalid. | Please provide valid Carrier. |
169 | Company ID is required. | Please provide company ID. |
226 | Customer ID is required. | Please provide Customer ID. |
321 | Customer not found. | Customer is not found. |
356 | Agent ID cannot be blank. | Please provide Agent ID as it cannot be blank. |
449 | Carrier should not be blank. | Carrier can not be blank. You should enter a valid Carrier. |
457 | Invalid Source. | Please provide a valid Source. Given value is invalid for Source. |
751 | Custom message. | This is dynamic message. |
Sample Response XML
<?xml version="1.0" encoding="utf-8"?> <VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <credentials> <vendorId></vendorId> <referenceNumber></referenceNumber> </credentials> <ExistingSubscriberPortin> <statusCode>00</statusCode> <description>SUCCESS</description> <errorDescription>SUCCESS</errorDescription> </ExistingSubscriberPortin> </VcareOssApi>
SUCCESS
Sample Fail Response: 1
<?xml version="1.0" encoding="utf-8"?> <VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <credentials> <vendorId>Vcarecorporation</vendorId> <referenceNumber>11111</referenceNumber> </credentials> <ExistingSubscriberPortin> <statusCode>01</statusCode> <description>FAIL</description> <errorDescription>Error Received from Carrier.</errorDescription> </ExistingSubscriberPortin> </VcareOssApi>
Error Description: Error Received from Carrier.
How to Resolve?: Please try again with valid data.
Sample Fail Response: 2
<?xml version="1.0" encoding="utf-8"?> <VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <credentials> <vendorId>Vcarecorporation</vendorId> <referenceNumber>11111</referenceNumber> </credentials> <ExistingSubscriberPortin> <statusCode>13</statusCode> <description>FAIL</description> <errorDescription>Password is invalid.</errorDescription> </ExistingSubscriberPortin> </VcareOssApi>
Error Description: Password is invalid.
How to Resolve?: Provide a valid Password.
Sample Fail Response: 3
<?xml version="1.0" encoding="utf-8"?> <VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <credentials> <vendorId>Vcarecorporation</vendorId> <referenceNumber>11111</referenceNumber> </credentials> <ExistingSubscriberPortin> <statusCode>16</statusCode> <description>FAIL</description> <errorDescription>Vendor not found. Wrong credentials.</errorDescription> </ExistingSubscriberPortin> </VcareOssApi>
Error Description: Vendor not found. Wrong credentials.
How to Resolve?: Please enter valid vendor credentials.
Sample Fail Response: 4
<?xml version="1.0" encoding="utf-8"?> <VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <credentials> <vendorId>Vcarecorporation</vendorId> <referenceNumber>11111</referenceNumber> </credentials> <ExistingSubscriberPortin> <statusCode>41</statusCode> <description>FAIL</description> <errorDescription>Carrier is invalid.</errorDescription> </ExistingSubscriberPortin> </VcareOssApi>
Error Description: Carrier is invalid.
How to Resolve?: Please provide valid Carrier.
Sample Fail Response: 5
<?xml version="1.0" encoding="utf-8"?> <VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <credentials> <vendorId>Vcarecorporation</vendorId> <referenceNumber>11111</referenceNumber> </credentials> <ExistingSubscriberPortin> <statusCode>169</statusCode> <description>FAIL</description> <errorDescription>Company ID is required.</errorDescription> </ExistingSubscriberPortin> </VcareOssApi>
Error Description: Company ID is required.
How to Resolve?: Please provide company ID.
Sample Fail Response: 6
<?xml version="1.0" encoding="utf-8"?> <VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <credentials> <vendorId>Vcarecorporation</vendorId> <referenceNumber>11111</referenceNumber> </credentials> <ExistingSubscriberPortin> <statusCode>226</statusCode> <description>FAIL</description> <errorDescription>Customer ID is required.</errorDescription> </ExistingSubscriberPortin> </VcareOssApi>
Error Description: Customer ID is required.
How to Resolve?: Please provide Customer ID.
Sample Fail Response: 7
<?xml version="1.0" encoding="utf-8"?> <VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <credentials> <vendorId>Vcarecorporation</vendorId> <referenceNumber>11111</referenceNumber> </credentials> <ExistingSubscriberPortin> <statusCode>321</statusCode> <description>FAIL</description> <errorDescription>Customer not found.</errorDescription> </ExistingSubscriberPortin> </VcareOssApi>
Error Description: Customer not found.
How to Resolve?: Customer is not found.
Sample Fail Response: 8
<?xml version="1.0" encoding="utf-8"?> <VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <credentials> <vendorId>Vcarecorporation</vendorId> <referenceNumber>11111</referenceNumber> </credentials> <ExistingSubscriberPortin> <statusCode>356</statusCode> <description>FAIL</description> <errorDescription>Agent ID cannot be blank.</errorDescription> </ExistingSubscriberPortin> </VcareOssApi>
Error Description: Agent ID cannot be blank.
How to Resolve?: Please provide Agent ID as it cannot be blank.
Sample Fail Response: 9
<?xml version="1.0" encoding="utf-8"?> <VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <credentials> <vendorId>Vcarecorporation</vendorId> <referenceNumber>11111</referenceNumber> </credentials> <ExistingSubscriberPortin> <statusCode>449</statusCode> <description>FAIL</description> <errorDescription>Carrier should not be blank.</errorDescription> </ExistingSubscriberPortin> </VcareOssApi>
Error Description: Carrier should not be blank.
How to Resolve?: Carrier can not be blank. You should enter a valid Carrier.
Sample Fail Response: 10
<?xml version="1.0" encoding="utf-8"?> <VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <credentials> <vendorId>Vcarecorporation</vendorId> <referenceNumber>11111</referenceNumber> </credentials> <ExistingSubscriberPortin> <statusCode>457</statusCode> <description>FAIL</description> <errorDescription>Invalid Source.</errorDescription> </ExistingSubscriberPortin> </VcareOssApi>
Error Description: Invalid Source.
How to Resolve?: Please provide a valid Source. Given value is invalid for Source.
Sample Fail Response: 11
<?xml version="1.0" encoding="utf-8"?> <VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <credentials> <vendorId>Vcarecorporation</vendorId> <referenceNumber>11111</referenceNumber> </credentials> <ExistingSubscriberPortin> <statusCode>751</statusCode> <description>FAIL</description> <errorDescription>Custom message.</errorDescription> </ExistingSubscriberPortin> </VcareOssApi>
Error Description: Custom message.
How to Resolve?: This is dynamic message.
All the status codes are listed under the status code sections. Please click here to go to the status code.