CreateCustomerWithMultipleLine

This API is used to create a prepaid subscriber for family plan and normal plan with parent and child in Telgoo5. This enables you to create a subscriber with a new number or a Port In.

End Point https://www.vcareapi.com/vcareOssApi/CreateCustomerWithMultipleLine/
Field (Short Description) Value/Tag Name Format Field Example Type Notes Validation rules
VENDOR ID string Vcarecorporation Required A unique Vendor ID is associated with the MVNO/OSS partner. This is used for authorization purpose and can be obtained by contacting your account manager.
USER NAME string Vcarecorporation Required A unique User name is associated with the MVNO/OSS partner. This is used for authorization purpose and can be obtained by contacting your account manager.
PASSWORD string Vcarecorporation Required This is a random string which is generated by Vcare and is tied to the MVNO/OSS user name. This is specifically used for authentication purpose and can be obtained by contacting your account manager.
PIN string 123456789 Required This is generated by Vcare to provide an additional layer of security in the Interim API. This is used for authentication purpose and can be obtained by contacting your account manager.
REFERENCE NUMBER string 123456789 Required Auto generated unique reference number is required to be passed with each transaction.
Create Parent
ACTIVATION TYPE string NEWACTIVATION, PORTIN Required NEWACTIVATION = This will create order with a new number. PORTIN = This will create an order with an existing number applicant would like to port in.
ENROLLMENT ID string AN12345 Not In Use The enrollment id is returned in the CheckServiceAvailability call and you are required to pass the same enrollment id for the enrollment you are attempting Alphanumeric
FIRSTNAME string John Required This is the first name of the applicant. Only English alphabet letters, space, apostrophe, Accent Grave ("`") and hyphen.Max length - 50 symbols.Space characters at the start or end of the name the space should be cut off.
MIDDLENAME string A Optional This is the middle name of the subscriber.
LASTNAME string Doe Required This is the last name of the applicant.
AlternativeContact Numeric 1234567890 Optional 10 digit alternate contact number of the applicant. no hyphen allowed
ALTERNATIVE EMAIL string noemail@gmail.com Optional Email address standard form is validated if any value is passed.  
ADDRESS1 string 123 Main St Required This is the service address line 1 of the applicant.
ADDRESS2 string Apt 1 Optional This is the service address line 2 of the applicant.
CITY string Houston Required This is the service address city of the applicant. Should allow only letters, hyphen and space.
STATE string TX Required This is the service address state of the applicant. State should be standard abbreviated form.
ZIPCODE string 73001 Required This is the service address zipcode of the applicant. Should not allow letters and special characters, only numbers.Should be exactly 5 digits.
MAILING ADDRESS1 string 123 Main St Optional This is the mailing address line 1 of the applicant.
MAILING ADDRESS2 string Apt 1 Optional This is the mailing address line 2 of the applicant.
MAILING CITY string Houston Optional This is the mailing address city of the applicant. Should allow only letters, hyphen and space.
MAILING STATE string TX Optional This is the mailing address state of the applicant. State should be standard abbreviated form.
MAILING ZIPCODE string 73001 Optional This is the mailing address zipcode of the applicant. Should not allow letters and special characters, only numbers.Should be exactly 5 digits.
PLANID string 1320 Required This is ID returned in another API response called "GetPlanService". This is returned in api response tag = planid , when in request TYPE=NONLIFELINE.  
DEVICE ID Numebric Optional If IMEI # doesnt exist in database, it will add as a new inventory. If already exist, it will assign to the AgentID passed with this request.
SALES CHANNEL string Optional
PHONE TYPE string 4G, 3G Optional If no value passed, it will consider as 3G as default.
UICCID Numebric Optional If value passed as 4G in Phone Type, this field becomes required.
ESN/SIM string 8901260713156280780 Required This is the same ESN/SIM which was passed in devicelookup API. This is Optional to be passed if the status is passed as pending and Enrollment type is shipment Can be alpha numeric. Max length = 25
MDN Numeric 1234567890 Conditional This has to be the same MDN which was returned in Devicelook up API of the ESN/SIM. If the SIM/ESN status was Not provisioned then it could be left blank and the Sim/ESN will be activated real time. When Activation_type = PORTIN, this is the PORTIN MDN. Should be 10 digit mobile number.
CARRIER string TMB Required This is the carrier id and is returned in the Devicelookup API in the <carrier> parameter  
COMPANY ID Numeric 28 Required A unique Company ID assigned to the MVNO. This can be obtained using another API called GetCompany.
ENROLLMENT TYPE string Handover Required This determines the type of enrollment. Handover : if enrollment type is handover then status should be approved and you need to pass the ESN/MDN/IMEI
Shipment: if enrollment type is shipment then status should be either pending/approved and you don’t need to pass ESN/MDN/IMEI. Those will be attached to the account via dropship process
CUSTOMERS CONSENT characters Y Optional Y' or 'N' 'Y' or 'N'
PORTIN CARRIER string MetroPCS Conditional Carrier of the Port In MDN. Only required when Activation_type = PORTIN. Only Alphabets allowed. Value being passed is being stored in the database. No validation applied.
PORTIN FIRSTNAME string John Required Subscribers first name with the old service provider. Only required when Activation_type = PORTIN. OnlyEnglish alphabet letters, space, apostrophe, Accent Grave ("`") and hyphen.Max length - 50 symbols.Space characters at the start or end of the name the space should be cut off.
PORTIN MIDDLENAME string A Optional Subscribers middle name with the old service provider. OnlyEnglish alphabet letters, space, apostrophe, Accent Grave ("`") and hyphen.Max length - 50 symbols.Space characters at the start or end of the name the space should be cut off.
PORTIN LASTNAME string Doe Required Subscribers last name with the old service provider. Only required when Activation_type = PORTIN. OnlyEnglish alphabet letters, space, apostrophe, Accent Grave ("`") and hyphen.Max length - 50 symbols.Space characters at the start or end of the name the space should be cut off.
PORTIN ADDRESS1 string 123 Main St Required Subscribers service address line 1 with the old service provider. Only required when Activation_type = PORTIN. Should allow only letters, numbers, space and: hyphen ;forward slashMax length for the fields - 50 characters.
PORTIN ADDRESS2 string Apt 1 Optional Subscribers service address line 2 with the old service provider.
PORTIN CITY string Houston Required Subscribers service address city with the old service provider. Only required when Activation_type = PORTIN.
PORTIN STATE string TX Required Subscribers service address state with the old service provider. Only required when Activation_type = PORTIN. State should be standard abbreviated form.
PORTIN ZIPCODE string 73001 Required Subscribers service address zip code with the old service provider. Only required when Activation_type = PORTIN. Should not allow letters and special characters, only numbers.Should be exactly 5 digits
PORTIN BIRTHDATE string YYYY-MM-DD Optional Subscribers date of birth with the old service provider.
PORTIN ACCOUNT NUMBER string alphaNumebric Required This is the subscribers account number with the old service provider. Only required when Activation_type = PORTIN.
PORTIN PASSWORDPIN string alphaNumebric Required This is the subscribers account password with the old service provider. Only required when Activation_type = PORTIN.
PORTIN SSN Numeric 73001 Optional This is the social security number with the old service provider.
Create Child
ACTIVATION TYPE string NEWACTIVATION, PORTIN Required NEWACTIVATION = This will create order with a new number. PORTIN = This will create an order with an existing number applicant would like to port in.
ENROLLMENT ID string AN12345 Not In Use The enrollment id is returned in the CheckServiceAvailability call and you are required to pass the same enrollment id for the enrollment you are attempting Alphanumeric
FIRSTNAME string John Required This is the first name of the applicant. OnlyEnglish alphabet letters, space, apostrophe, Accent Grave ("`") and hyphen.Max length - 50 symbols.Space characters at the start or end of the name the space should be cut off.
MIDDLENAME string A Optional This is the middle name of the subscriber.
LASTNAME string Doe Required This is the last name of the applicant.
AlternativeContact Numeric 1234567890 Optional 10 digit alternate contact number of the applicant. no hyphen allowed
ALTERNATIVE EMAIL string noemail@gmail.com Optional Email address standard form is validated if any value is passed.  
ADDRESS1 string 123 Main St Required This is the service address line 1 of the applicant.
ADDRESS2 string Apt 1 Optional This is the service address line 2 of the applicant.
CITY string Houston Required This is the service address city of the applicant. Should allow only letters, hyphen and space.
STATE string TX Required This is the service address state of the applicant. State should be standard abbreviated form.
ZIPCODE string 73001 Required This is the service address zipcode of the applicant. Should not allow letters and special characters, only numbers.Should be exactly 5 digits.
MAILING ADDRESS1 string 123 Main St Optional This is the mailing address line 1 of the applicant.
MAILING ADDRESS2 string Apt 1 Optional This is the mailing address line 2 of the applicant.
MAILING CITY string Houston Optional This is the mailing address city of the applicant. Should allow only letters, hyphen and space.
MAILING STATE string TX Optional This is the mailing address state of the applicant. State should be standard abbreviated form.
MAILING ZIPCODE string 73001 Optional This is the mailing address zipcode of the applicant. Should not allow letters and special characters, only numbers.Should be exactly 5 digits.
PLANID string 1320 Required This is ID returned in another API response called "GetDenomination". This is returned in api response tag = planid , when in request TYPE=NONLIFELINE.  
DEVICE ID Numebric Optional If IMEI # doesnt exist in database, it will add as a new inventory. If already exist, it will assign to the AgentID passed with this request.
SALES CHANNEL string Optional
PHONE TYPE string 4G, 3G Optional If no value passed, it will consider as 3G as default.
UICCID Numebric Optional If value passed as 4G in Phone Type, this field becomes required.
ESN/SIM string 8901260713156280780 Required This is the same ESN/SIM which was passed in devicelookup API. This is Optional to be passed if the status is passed as pending and Enrollment type is shipment Can be alpha numeric. Max length = 25
MDN Numeric 1234567890 Conditional This has to be the same MDN which was returned in Devicelook up API of the ESN/SIM. If the SIM/ESN status was Not provisioned then it could be left blank and the Sim/ESN will be activated real time. When Activation_type = PORTIN, this is the PORTIN MDN. Should be 10 digit mobile number.
CARRIER string TMB Required This is the carrier id and is returned in the Devicelookup API in the <carrier> parameter  
COMPANY ID Numeric 28 Required A unique Company ID assigned to the MVNO. This can be obtained using another API called GetCompany.
ENROLLMENT TYPE string Handover Required This determines the type of enrollment. Handover : if enrollment type is handover then status should be approved and you need to pass the ESN/MDN/IMEI
Shipment : if enrollment type is shipment then status should be either pending/approved and you don’t need to pass ESN/MDN/IMEI. Those will be attached to the account via dropship process
CUSTOMERS CONSENT characters Y Optional Y' or 'N' 'Y' or 'N'
PORTIN CARRIER string MetroPCS Conditional Carrier of the Port In MDN. Only required when Activation_type = PORTIN. Only Alphabets allowed. Value being passed is being stored in the database. No validation applied.
PORTIN FIRSTNAME string John Required Subscribers first name with the old service provider. Only required when Activation_type = PORTIN. OnlyEnglish alphabet letters, space, apostrophe, Accent Grave ("`") and hyphen.Max length - 50 symbols. Space characters at the start or end of the name the space should be cut off.
PORTIN MIDDLENAME string A Optional Subscribers middle name with the old service provider. OnlyEnglish alphabet letters, space, apostrophe, Accent Grave ("`") and hyphen.Max length - 50 symbols.Space characters at the start or end of the name the space should be cut off.
PORTIN LASTNAME string Doe Required Subscribers last name with the old service provider. Only required when Activation_type = PORTIN. OnlyEnglish alphabet letters, space, apostrophe, Accent Grave ("`") and hyphen.Max length - 50 symbols.Space characters at the start or end of the name the space should be cut off.
PORTIN ADDRESS1 string 123 Main St Required Subscribers service address line 1 with the old service provider. Only required when Activation_type = PORTIN. Should allow only letters, numbers, space and: hyphen ;forward slashMax length for the fields - 50 characters.
PORTIN ADDRESS2 string Apt 1 Optional Subscribers service address line 2 with the old service provider.
PORTIN CITY string Houston Required Subscribers service address city with the old service provider. Only required when Activation_type = PORTIN.
PORTIN STATE string TX Required Subscribers service address state with the old service provider. Only required when Activation_type = PORTIN. State should be standard abbreviated form.
PORTIN ZIPCODE string 73001 Required Subscribers service address zip code with the old service provider. Only required when Activation_type = PORTIN. Should not allow letters and special characters, only numbers.Should be exactly 5 digits
PORTIN BIRTHDATE string YYYY-MM-DD Optional Subscribers date of birth with the old service provider.
PORTIN ACCOUNT NUMBER string alphanumeric Required This is the subscribers account number with the old service provider. Only required when Activation_type = PORTIN.
PORTIN PASSWORDPIN string alphaNumebric Required This is the subscribers account password with the old service provider. Only required when Activation_type = PORTIN.
PORTIN SSN Numeric 73001 Optional This is the social security number with the old service provider.
AGENTID string John Doe Required This is the Telgoo5 user id.For the Agent/Employee who is sending the API request.  
AGENTPASSWORD string JohnDoe Conditional This is the password for the Agent Id mentioned above. This is configuration level field. If you have set the permissions for the Agent Id for the requirement of the password in API transactions then you will need to pass the Agent Password in all the XML API transaction, else if you have set the permissions to password not required then you don't need to pass the Agent Password in the XML API.  
SOURCE string API Optional Source of the order/application Expected Value:API, TABLET, IVR, WEBSITE
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>
<CREATECUSTOMERWITHMULTIPLELINE>
  <PARENT>
	<ACTIVATION_TYPE></ACTIVATION_TYPE>
	<ENROLLMENTID></ENROLLMENTID>
	<FIRSTNAME></FIRSTNAME>
	<MIDDLENAME></MIDDLENAME>
	<LASTNAME></LASTNAME>
	<ALTERNATIVECONTACTNUMBER></ALTERNATIVECONTACTNUMBER>
	<EMAIL></EMAIL>
	<ADDRESS1></ADDRESS1>
	<ADDRESS2></ADDRESS2>
	<CITY></CITY>
	<STATE></STATE>
	<ZIP></ZIP>
	<MAILINGADDRESS>
		<ADDRESS1></ADDRESS1>
		<ADDRESS2></ADDRESS2>
		<CITY></CITY>
		<STATE></STATE>
		<ZIP></ZIP>
	</MAILINGADDRESS>
	<PLANID></PLANID>
	<DEVICEID></DEVICEID>
	<SALESCHANNEL></SALESCHANNEL>
	<PHONETYPE></PHONETYPE>
	<UICCID></UICCID>
	<ESN></ESN>
	<MDN></MDN>
	<CARRIER></CARRIER>
	<COMPANY_ID></COMPANY_ID>
	<ENROLLMENTTYPE></ENROLLMENTTYPE>
	<CUSTOMERSCONSENT></CUSTOMERSCONSENT>
	<PORTIN>
		<OSP_CARRIER></OSP_CARRIER>
		<OSP_FIRSTNAME></OSP_FIRSTNAME>
		<OSP_MIDDLENAME></OSP_MIDDLENAME>
		<OSP_LASTNAME></OSP_LASTNAME>
		<OSP_ADDRESS1></OSP_ADDRESS1>
		<OSP_ADDRESS2></OSP_ADDRESS2>
		<OSP_CITY></OSP_CITY>
		<OSP_STATE></OSP_STATE>
		<OSP_ZIP></OSP_ZIP>
		<DOB></DOB>
		<ACCOUNTNUMBER></ACCOUNTNUMBER>
		<PASSWORDPIN></PASSWORDPIN>
		<SSN></SSN>
	</PORTIN>
</PARENT>
<CHILD>
 <INFO>
		<ACTIVATION_TYPE></ACTIVATION_TYPE>
		<ENROLLMENTID></ENROLLMENTID>
		<FIRSTNAME></FIRSTNAME>
		<MIDDLENAME></MIDDLENAME>
		<LASTNAME></LASTNAME>
		<ALTERNATIVECONTACTNUMBER></ALTERNATIVECONTACTNUMBER>
		<EMAIL></EMAIL>
		<ADDRESS1></ADDRESS1>
		<ADDRESS2></ADDRESS2>
		<CITY></CITY>
		<STATE>A</STATE>
		<ZIP></ZIP>
		<MAILINGADDRESS>
			<ADDRESS1></ADDRESS1>
			<ADDRESS2></ADDRESS2>
			<CITY></CITY>
			<STATE></STATE>
			<ZIP></ZIP>
		</MAILINGADDRESS>
		<PLANID></PLANID>
		<DEVICEID></DEVICEID>
		<SALESCHANNEL></SALESCHANNEL>
		<PHONETYPE></PHONETYPE>
		<UICCID></UICCID>
		<ESN></ESN>
		<MDN></MDN>
		<CARRIER></CARRIER>
		<COMPANY_ID></COMPANY_ID>
		<ENROLLMENTTYPE></ENROLLMENTTYPE>
		<CUSTOMERSCONSENT></CUSTOMERSCONSENT>
		<PORTIN>
			<OSP_CARRIER></OSP_CARRIER>
			<OSP_FIRSTNAME></OSP_FIRSTNAME>
			<OSP_MIDDLENAME></OSP_MIDDLENAME>
			<OSP_LASTNAME></OSP_LASTNAME>
			<OSP_ADDRESS2></OSP_ADDRESS2>
			<OSP_CITY></OSP_CITY>
			<OSP_STATE></OSP_STATE>
			<OSP_ZIP></OSP_ZIP>
			<DOB></DOB>
			<ACCOUNTNUMBER></ACCOUNTNUMBER>
			<PASSWORDPIN></PASSWORDPIN>
			<SSN></SSN>
	   </PORTIN>
	</INFO>
	<INFO>
		<ACTIVATION_TYPE></ACTIVATION_TYPE>
		<ENROLLMENTID></ENROLLMENTID>
		<FIRSTNAME></FIRSTNAME>
		<MIDDLENAME></MIDDLENAME>
		<LASTNAME></LASTNAME>
		<ALTERNATIVECONTACTNUMBER></ALTERNATIVECONTACTNUMBER>
		<EMAIL></EMAIL>
		<ADDRESS1></ADDRESS1>
		<ADDRESS2></ADDRESS2>
		<CITY></CITY>
		<STATE>A</STATE>
		<ZIP></ZIP>
		<MAILINGADDRESS>
			<ADDRESS1></ADDRESS1>
			<ADDRESS2></ADDRESS2>
			<CITY></CITY>
			<STATE></STATE>
			<ZIP></ZIP>
		</MAILINGADDRESS>
		<PLANID></PLANID>
		<DEVICEID></DEVICEID>
		<SALESCHANNEL></SALESCHANNEL>
		<PHONETYPE></PHONETYPE>
		<UICCID></UICCID>
		<ESN></ESN>
		<MDN></MDN>
		<CARRIER></CARRIER>
		<COMPANY_ID></COMPANY_ID>
		<ENROLLMENTTYPE></ENROLLMENTTYPE>
		<CUSTOMERSCONSENT></CUSTOMERSCONSENT>
		<PORTIN>
			<OSP_CARRIER></OSP_CARRIER>
			<OSP_FIRSTNAME></OSP_FIRSTNAME>
			<OSP_MIDDLENAME></OSP_MIDDLENAME>
			<OSP_LASTNAME></OSP_LASTNAME>
			<OSP_ADDRESS2></OSP_ADDRESS2>
			<OSP_CITY></OSP_CITY>
			<OSP_STATE></OSP_STATE>
			<OSP_ZIP></OSP_ZIP>
			<DOB></DOB>
			<ACCOUNTNUMBER></ACCOUNTNUMBER>
			<PASSWORDPIN></PASSWORDPIN>
			<SSN></SSN>
	   </PORTIN>
	</INFO>
 </CHILD>
<AGENTID></AGENTID>
<AGENTPASSWORD></AGENTPASSWORD>
<SOURCE></SOURCE>
</CREATECUSTOMERWITHMULTIPLELINE>
</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.
55 Invalid agent login. Please provide valid agent login.
83 ESN Already Used. Please provide free ESN.
98 ESN not found in inventory. Please provide valid value as ESN not found in inventory.
126 Invalid MDN. Please provide valid MDN.
129 Plan Code is incorrect. Please provide correct plan code.
130 Invalid Company ID. Please provide valid company id.
169 Company ID is required. Please provide company ID.
194 ESN should not be blank. Please provide ESN. ESN cannot be left blank.
230 Address is unconfirmed from Melissa. Please provide a different address which can be unconfirmed from Melissa.
304 Agent login ID cannot be blank. Please provide Agent ID.
332 MDN not found in System. MDN is not found in System.
356 Agent ID cannot be blank. Please provide Agent ID as it cannot be blank.
386 ESN is found in system as Bad status. ESN is found in system as Bad status.
387 ESN is found in system as Removed status. ESN is found in system as Removed status.
411 Device ID is not available in our system. This Device ID is not available in system.
449 Carrier should not be blank. Carrier can not be blank. You should enter a valid Carrier.
453 Password pin should not be blank. Enter a valid Password PIN. Password PIN should not be blank.
454 Account number should not be blank. Enter a valid Account. Account should not be blank.
457 Invalid Source. Please provide a valid Source. Given value is invalid for Source.
460 Activation type should not be blank. Enter a valid Activation type. Activation type should not be blank.
461 Activation type invalid. Please provide a valid Activation type. Given value is invalid for Activation type.
462 UICCID should not be blank. Enter a valid UICCID. UICCID should not be blank.
463 ESN is already active in our records. Enter a valid ESN which is not attached with another customer.
464 This ESN is Provisioned. Therefore MDN should not be blank. This ESN is Provisioned. Therefore MDN should not be blank. MDN can not be blank. You should enter a valid MDN.
465 ESN is found in system as blank status. Entered ESN is found in system as blank status.
467 ESN is already active on another customer. Entered ESN is already active on another customer.
725 Please provide the proper mailing address. Proper mailing address is not valid. Please provide a proper mailing address.
727 Enrollment type should be Handover OR Shipment. Provide correct Enrollment type. Enrollment type should be Handover or Shipment.
728 Create customer enrollment fail. Create customer enrolment is failed. It can not be processed.
729 Please check plan id not found using plan code. Please check this plan id is not found using plan code.
746 Enrollment type should be Shipment in portin case. If you are using portin. Therefor enrollment type must be shipment.
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>Vcarecorporation</vendorId>
   <referenceNumber>1111111111</referenceNumber>
</credentials>
<CreateCustomerWithMultipleLine>
   <statusCode>00</statusCode>
   <description>SUCCESS</description>
   <errorDescription>SUCCESS</errorDescription>
   <parent>
	   <status></status>
	   <enrollmentId></enrollmentId>
	   <customerid></customerid>
	   <mdn></mdn>
	   <msid></msid>
	   <msl></msl>
	   <ProvisionMsg></ProvisionMsg>
	</parent>
	<child>
	   <status></status>
	   <enrollmentId></enrollmentId>
	   <customerid></customerid>
	   <mdn></mdn>
	   <msid></msid>
	   <msl></msl>
	   <ProvisionMsg></ProvisionMsg>
	 </child>
	 <child>
		<status></status>
		<enrollmentId></enrollmentId>
		<customerid></customerid>
		<mdn></mdn>
		<msid></msid>
		<msl></msl>
		<ProvisionMsg></ProvisionMsg>
		</child>
 </CreateCustomerWithMultipleLine>
</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>
<CreateCustomerWithMultipleLine>
	<statusCode>01</statusCode>
	<description>FAIL</description>
	<errorDescription>Error Received from Carrier.</errorDescription>
</CreateCustomerWithMultipleLine>
</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>
<CreateCustomerWithMultipleLine>
	<statusCode>05</statusCode>
	<description>FAIL</description>
	<errorDescription>OSP Carrier should not be blank.</errorDescription>
</CreateCustomerWithMultipleLine>
</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>
<CreateCustomerWithMultipleLine>
	<statusCode>13</statusCode>
	<description>FAIL</description>
	<errorDescription>Password is invalid.</errorDescription>
</CreateCustomerWithMultipleLine>
</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>
<CreateCustomerWithMultipleLine>
	<statusCode>16</statusCode>
	<description>FAIL</description>
	<errorDescription>Vendor not found. Wrong credentials.</errorDescription>
</CreateCustomerWithMultipleLine>
</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>
<CreateCustomerWithMultipleLine>
	<statusCode>19</statusCode>
	<description>FAIL</description>
	<errorDescription>Service is not available for this Zip Code.</errorDescription>
</CreateCustomerWithMultipleLine>
</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>
<CreateCustomerWithMultipleLine>
	<statusCode>41</statusCode>
	<description>FAIL</description>
	<errorDescription>Carrier is invalid.</errorDescription>
</CreateCustomerWithMultipleLine>
</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>
<CreateCustomerWithMultipleLine>
	<statusCode>43</statusCode>
	<description>FAIL</description>
	<errorDescription>Multiple input errors.</errorDescription>
</CreateCustomerWithMultipleLine>
</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>
<CreateCustomerWithMultipleLine>
	<statusCode>44</statusCode>
	<description>FAIL</description>
	<errorDescription>Input error.</errorDescription>
</CreateCustomerWithMultipleLine>
</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>
<CreateCustomerWithMultipleLine>
	<statusCode>55</statusCode>
	<description>FAIL</description>
	<errorDescription>Invalid agent login.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Invalid agent login.
How to Resolve?: Please provide valid agent login.
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>
<CreateCustomerWithMultipleLine>
	<statusCode>83</statusCode>
	<description>FAIL</description>
	<errorDescription>ESN Already Used.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: ESN Already Used.
How to Resolve?: Please provide free ESN.
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>
<CreateCustomerWithMultipleLine>
	<statusCode>98</statusCode>
	<description>FAIL</description>
	<errorDescription>ESN not found in inventory.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: ESN not found in inventory.
How to Resolve?: Please provide valid value as ESN not found in inventory.
Sample Fail Response: 12
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>126</statusCode>
	<description>FAIL</description>
	<errorDescription>Invalid MDN.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Invalid MDN.
How to Resolve?: Please provide valid MDN.
Sample Fail Response: 13
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>129</statusCode>
	<description>FAIL</description>
	<errorDescription>Plan Code is incorrect.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Plan Code is incorrect.
How to Resolve?: Please provide correct plan code.
Sample Fail Response: 14
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>130</statusCode>
	<description>FAIL</description>
	<errorDescription>Invalid Company ID.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Invalid Company ID.
How to Resolve?: Please provide valid company id.
Sample Fail Response: 15
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>169</statusCode>
	<description>FAIL</description>
	<errorDescription>Company ID is required.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Company ID is required.
How to Resolve?: Please provide company ID.
Sample Fail Response: 16
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>194</statusCode>
	<description>FAIL</description>
	<errorDescription>ESN should not be blank.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: ESN should not be blank.
How to Resolve?: Please provide ESN. ESN cannot be left blank.
Sample Fail Response: 17
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>230</statusCode>
	<description>FAIL</description>
	<errorDescription>Address is unconfirmed from Melissa.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Address is unconfirmed from Melissa.
How to Resolve?: Please provide a different address which can be unconfirmed from Melissa.
Sample Fail Response: 18
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>304</statusCode>
	<description>FAIL</description>
	<errorDescription>Agent login ID cannot be blank.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Agent login ID cannot be blank.
How to Resolve?: Please provide Agent ID.
Sample Fail Response: 19
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>332</statusCode>
	<description>FAIL</description>
	<errorDescription>MDN not found in System.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: MDN not found in System.
How to Resolve?: MDN is not found in System.
Sample Fail Response: 20
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>356</statusCode>
	<description>FAIL</description>
	<errorDescription>Agent ID cannot be blank.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Agent ID cannot be blank.
How to Resolve?: Please provide Agent ID as it cannot be blank.
Sample Fail Response: 21
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>386</statusCode>
	<description>FAIL</description>
	<errorDescription>ESN is found in system as Bad status.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: ESN is found in system as Bad status.
How to Resolve?: ESN is found in system as Bad status.
Sample Fail Response: 22
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>387</statusCode>
	<description>FAIL</description>
	<errorDescription>ESN is found in system as Removed status.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: ESN is found in system as Removed status.
How to Resolve?: ESN is found in system as Removed status.
Sample Fail Response: 23
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>411</statusCode>
	<description>FAIL</description>
	<errorDescription>Device ID is not available in our system.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Device ID is not available in our system.
How to Resolve?: This Device ID is not available in system.
Sample Fail Response: 24
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>449</statusCode>
	<description>FAIL</description>
	<errorDescription>Carrier should not be blank.</errorDescription>
</CreateCustomerWithMultipleLine>
</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: 25
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>453</statusCode>
	<description>FAIL</description>
	<errorDescription>Password pin should not be blank.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Password pin should not be blank.
How to Resolve?: Enter a valid Password PIN. Password PIN should not be blank.
Sample Fail Response: 26
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>454</statusCode>
	<description>FAIL</description>
	<errorDescription>Account number should not be blank.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Account number should not be blank.
How to Resolve?: Enter a valid Account. Account should not be blank.
Sample Fail Response: 27
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>457</statusCode>
	<description>FAIL</description>
	<errorDescription>Invalid Source.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Invalid Source.
How to Resolve?: Please provide a valid Source. Given value is invalid for Source.
Sample Fail Response: 28
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>460</statusCode>
	<description>FAIL</description>
	<errorDescription>Activation type should not be blank.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Activation type should not be blank.
How to Resolve?: Enter a valid Activation type. Activation type should not be blank.
Sample Fail Response: 29
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>461</statusCode>
	<description>FAIL</description>
	<errorDescription>Activation  type  invalid.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Activation type invalid.
How to Resolve?: Please provide a valid Activation type. Given value is invalid for Activation type.
Sample Fail Response: 30
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>462</statusCode>
	<description>FAIL</description>
	<errorDescription>UICCID should not be blank.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: UICCID should not be blank.
How to Resolve?: Enter a valid UICCID. UICCID should not be blank.
Sample Fail Response: 31
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>463</statusCode>
	<description>FAIL</description>
	<errorDescription>ESN is already active in our records.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: ESN is already active in our records.
How to Resolve?: Enter a valid ESN which is not attached with another customer.
Sample Fail Response: 32
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>464</statusCode>
	<description>FAIL</description>
	<errorDescription>This ESN is Provisioned. Therefore MDN should not be blank.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: This ESN is Provisioned. Therefore MDN should not be blank.
How to Resolve?: This ESN is Provisioned. Therefore MDN should not be blank. MDN can not be blank. You should enter a valid MDN.
Sample Fail Response: 33
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>465</statusCode>
	<description>FAIL</description>
	<errorDescription>ESN is found in system as blank status.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: ESN is found in system as blank status.
How to Resolve?: Entered ESN is found in system as blank status.
Sample Fail Response: 34
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>467</statusCode>
	<description>FAIL</description>
	<errorDescription>ESN is already active on another customer.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: ESN is already active on another customer.
How to Resolve?: Entered ESN is already active on another customer.
Sample Fail Response: 35
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>725</statusCode>
	<description>FAIL</description>
	<errorDescription>Please provide the proper mailing address.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Please provide the proper mailing address.
How to Resolve?: Proper mailing address is not valid. Please provide a proper mailing address.
Sample Fail Response: 36
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>727</statusCode>
	<description>FAIL</description>
	<errorDescription>Enrollment type should be Handover OR Shipment.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Enrollment type should be Handover OR Shipment.
How to Resolve?: Provide correct Enrollment type. Enrollment type should be Handover or Shipment.
Sample Fail Response: 37
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>728</statusCode>
	<description>FAIL</description>
	<errorDescription>Create customer enrollment fail.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Create customer enrollment fail.
How to Resolve?: Create customer enrolment is failed. It can not be processed.
Sample Fail Response: 38
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>729</statusCode>
	<description>FAIL</description>
	<errorDescription>Please check plan id not found using plan code.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Please check plan id not found using plan code.
How to Resolve?: Please check this plan id is not found using plan code.
Sample Fail Response: 39
<?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>
<CreateCustomerWithMultipleLine>
	<statusCode>746</statusCode>
	<description>FAIL</description>
	<errorDescription>Enrollment type should be Shipment in portin case.</errorDescription>
</CreateCustomerWithMultipleLine>
</VcareOssApi>
Error Description: Enrollment type should be Shipment in portin case.
How to Resolve?: If you are using portin. Therefor enrollment type must be shipment.