CreateCustomerDataPlan
This API is used to create a prepaid/postpaid subscriber in Telgoo5. This enables you to create a subscriber with a new number or a Port In.
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> <CREATECUSTOMERDATAPLAN> <FIRSTNAME></FIRSTNAME> <MIDDLENAME></MIDDLENAME> <LASTNAME></LASTNAME> <CUSTOMERPASSWORD></CUSTOMERPASSWORD> <EMAIL></EMAIL> <SIM></SIM> <ZIP></ZIP> <PLANID></PLANID> <AGENTPASSWORD></AGENTPASSWORD> <AGENTID></AGENTID> <SOURCE></SOURCE> </CREATECUSTOMERDATAPLAN> </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. |
05 | OSP Carrier should not be blank. | Provide OSP Carrier. |
13 | Password is invalid. | Provide a valid Password. |
16 | Vendor not found. Wrong credentials. | Please enter valid vendor credentials. |
19 | Service is not available for this Zip Code. | No service for the provided Zip Code. Please enter the right Zip code. |
41 | Carrier is invalid. | Please provide valid Carrier. |
43 | Multiple input errors. | Please check description. This is providing multiple dynamic errors. |
44 | Input error. | Please check description. This is provided dynamic error. |
169 | Company ID is required. | Please provide company ID. |
194 | ESN should not be blank. | Please provide ESN. ESN cannot be left blank. |
351 | ESN must be greater than 8 and less than 26 characters. | Please provide a valid ESN and it must be greater than 8 and less than 26 characters. |
Sample Response
<?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> <CreateCustomerDataPlan> <statusCode></statusCode> <description></description> <errorDescription></errorDescription> <enroll_id></enroll_id> <customer_id></customer_id> <ActivateSubscriberStatus></ActivateSubscriberStatus> <ActivateSubscriberDescription></ActivateSubscriberDescription> <telephone_number></telephone_number> </CreateCustomerDataPlan> </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> <CreateCustomerDataPlan> <statusCode>01</statusCode> <description>FAIL</description> <errorDescription>Error Received from Carrier.</errorDescription> </CreateCustomerDataPlan> </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> <CreateCustomerDataPlan> <statusCode>05</statusCode> <description>FAIL</description> <errorDescription>OSP Carrier should not be blank.</errorDescription> </CreateCustomerDataPlan> </VcareOssApi>
Error Description: OSP Carrier should not be blank.
How to Resolve?: Provide OSP Carrier.
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> <CreateCustomerDataPlan> <statusCode>13</statusCode> <description>FAIL</description> <errorDescription>Password is invalid.</errorDescription> </CreateCustomerDataPlan> </VcareOssApi>
Error Description: Password is invalid.
How to Resolve?: Provide a valid Password.
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> <CreateCustomerDataPlan> <statusCode>16</statusCode> <description>FAIL</description> <errorDescription>Vendor not found. Wrong credentials.</errorDescription> </CreateCustomerDataPlan> </VcareOssApi>
Error Description: Vendor not found. Wrong credentials.
How to Resolve?: Please enter valid vendor credentials.
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> <CreateCustomerDataPlan> <statusCode>19</statusCode> <description>FAIL</description> <errorDescription>Service is not available for this Zip Code.</errorDescription> </CreateCustomerDataPlan> </VcareOssApi>
Error Description: Service is not available for this Zip Code.
How to Resolve?: No service for the provided Zip Code. Please enter the right Zip code.
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> <CreateCustomerDataPlan> <statusCode>41</statusCode> <description>FAIL</description> <errorDescription>Carrier is invalid.</errorDescription> </CreateCustomerDataPlan> </VcareOssApi>
Error Description: Carrier is invalid.
How to Resolve?: Please provide valid Carrier.
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> <CreateCustomerDataPlan> <statusCode>43</statusCode> <description>FAIL</description> <errorDescription>Multiple input errors.</errorDescription> </CreateCustomerDataPlan> </VcareOssApi>
Error Description: Multiple input errors.
How to Resolve?: Please check description. This is providing multiple dynamic errors.
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> <CreateCustomerDataPlan> <statusCode>44</statusCode> <description>FAIL</description> <errorDescription>Input error.</errorDescription> </CreateCustomerDataPlan> </VcareOssApi>
Error Description: Input error.
How to Resolve?: Please check description. This is provided dynamic error.
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> <CreateCustomerDataPlan> <statusCode>169</statusCode> <description>FAIL</description> <errorDescription>Company ID is required.</errorDescription> </CreateCustomerDataPlan> </VcareOssApi>
Error Description: Company ID is required.
How to Resolve?: Please provide company ID.
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> <CreateCustomerDataPlan> <statusCode>194</statusCode> <description>FAIL</description> <errorDescription>ESN should not be blank.</errorDescription> </CreateCustomerDataPlan> </VcareOssApi>
Error Description: ESN should not be blank.
How to Resolve?: Please provide ESN. ESN cannot be left blank.
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> <CreateCustomerDataPlan> <statusCode>351</statusCode> <description>FAIL</description> <errorDescription>ESN must be greater than 8 and less than 26 characters.</errorDescription> </CreateCustomerDataPlan> </VcareOssApi>
Error Description: ESN must be greater than 8 and less than 26 characters.
How to Resolve?: Please provide a valid ESN and it must be greater than 8 and less than 26 characters.
All the status codes are listed under the status code sections. Please click here to go to the status code.