InventoryModel

This API is used to add new model types in the inventory or update an existing model Information.

End Point https://www.vcareapi.com/vcareOssApi/InventoryModel/
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 Reference number is required to be passed with each transaction.
ACTION String ADD Required Passing ADD in this tag will be considered as a new addition of a model. UPDATE will be considered as an update of an existing make and model ID and information. ADD Or UPDATE
MODEL ID Numeric 12 Optional This is only required when you are updating an existing model id and its information. ACTION tag in this api request defines whether you are adding a new model and its information or updating an existng one. If the ACTION is UPDATE then you must pass model id. In this event, this request will be treated as an update to an existing model. Existing model id can be obtained using the GetMakeModel API. no hyphen or special characters allowed.
BRAND String Samsung Conditional Brand or make of the handset is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE.  
MODEL String 6600 Conditional Model of the handset is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE.  
LINK URL String   Optional This is the URL for the device specifications website.  
NETWORK TYPE String GSM Conditional Network type of the handset is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE. GSM OR CDMA
SIM TYPE String Nano Conditional Sim type is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE. You may pass standard incase of a CDMA handset. Nano, Micro, Standard
FCCID String F4659874 Conditional FCCID of the handset is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE.  
HAC String HAC123 Conditional HAC is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE. M4T4
SKU String 123698S Conditional This is the SKU (stock keeping Unit) number. SKU is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE.
WIFI String Y Conditional WIFI indicator as Y or N is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE. Y or N
DATA String 2G Conditional Data compatibilty of the handset is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE. Data Capable should be 2G, 3G, 4G,4GLTE.
OS String Android Conditional OS information of the handset is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE. Android or IOS or Other
NOTE String This is test Optional This is an optional tag. you add any notes for this action. Max 1000 characters
STATUS Numeric 1 Conditional When ACTION = ADD, this field is Required. else, optional for UPDATE. This will Activate or inactivate (if discontinued) this model in the inventory. 0=>InActive, 1=>Active
GRADE String Refurbished Conditional Grade of the handset is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE. Variable field
VOICE ONLY String N Conditional If handset is a voice capable only handset, you pass Y, else N. This is is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE. Y or N
M RATING String m3 Conditional M rating of the handset is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE. Alphanumeric
T RATING String t4 Conditional T rating of the handset is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE. Alphanumeric
HOTSPOT String Y Conditional If its a handset with Hotspot capability, pass Y, else N. This tag is required if you are adding a new model ID and its information. When ACTION = ADD, this field is Required. else, optional for UPDATE. Y or N
AMOUNT Numeric 2.50 Optional
EQUIPMENT PHONE TYPE String Y Optional Y or N
WEBSITE EQUIPMENT PHONE TYPE String Y Conditional Y or N
WEBSITE EQUIPMENT PHONE TYPE String Y Conditional Y or N
COLOR String White Conditional Website equipment phone type = Y Then required White
PHONE SCOOP String test Conditional Website equipment phone type = Y Then required test
VIDEO PLAYER String Y Conditional Website equipment phone type = Y Then Y/N is required Y or N
BLUETOOTH String Y Conditional Website equipment phone type = Y Then Y/N is required Y or N
CAMERA String Y Conditional Website equipment phone type = Y Then Y/N is required Y or N
DATA COMP String Y Conditional Website equipment phone type = Y Then Y/N is required Y or N
MP THREE String Y Conditional Website equipment phone type = Y Then Y/N is required Y or N
FREE BONUS PACK String Y Conditional Website equipment phone type = Y Then Y/N is required Y or N
DISCOUNT Number 10 Conditional Website equipment phone type = Y Then required %
LEARN MORE String test Conditional Website equipment phone type = Y Then required test
INVENTORY Number 10 Conditional Website equipment phone type = Y Then required 122
LIMITED STOCK String Y Conditional Website equipment phone type = Y Then Y/N is required Y or N
HOT DEAL String Y Conditional Website equipment phone type = Y Then Y/N is required Y or N
IMAGECONTENT1 String test Conditional Website equipment phone type = Y Then required test
IMAGECONTENT2 String test Conditional Website equipment phone type = Y Then required test
IMAGECONTENT3 String test Conditional Website equipment phone type = Y Then required test
IMAGECONTENT4 String test Conditional Website equipment phone type = Y Then required test
SOURCE String API Optional  Source of the order/application Expected Value:API, TABLET, IVR, POS, WEBSITE
AGENT ID String John Doe Required This is the Telgoo5 user id.For the Agent/Employee who is sending the API request.  
AGENT PASSWORD 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.  
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>Vcarecorporation</VENDORID>
<USERNAME>Vcarecorporation</USERNAME>
<PASSWORD>Vcarecorporation</PASSWORD>
<PIN>Vcarecorporation</PIN>
<REFERENCENUMBER>11111</REFERENCENUMBER>
 </CREDENTIALS>
 <VCAREOSS>
  <INVENTORYMODEL>
     <ACTION>Add</ACTION>
	<MODELID></MODELID>
	<MAKE>LG</MAKE>
	<MODEL>4500</MODEL>
	<LINKURL></LINKURL>
	<NETWORKTYPE>GSM</NETWORKTYPE>
	<SIMTYPE>Nano</SIMTYPE>
	<FCCID>F4659874</FCCID>
	<HAC>Y</HAC>
	<WIFI>Y</WIFI>
	<DATA>Y</DATA>
	<OS>Android</OS>
	<NOTE>Test</NOTE>
	<STATUS>Active</STATUS>
	<GRADE>Refurbished</GRADE>
	<VOICEONLY>N</VOICEONLY>
	<MRATING>M3</MRATING>
	<TRATING>T4</TRATING>
	<HOTSPOT>Y</HOTSPOT>
	<AMOUNT></AMOUNT>
	<EQUIPMENTPHONETYPE>Y</EQUIPMENTPHONETYPE>
	<SKU></SKU>
	<WEBSITE_EQUIPMENT_PHONE_TYPE></WEBSITE_EQUIPMENT_PHONE_TYPE>
	<COLOR></COLOR>
	<PHONE_SCOOP></PHONE_SCOOP>
	<VIDEO_PLAYER></VIDEO_PLAYER>
	<BLUETOOTH></BLUETOOTH>
	<CAMERA></CAMERA>
	<DATA_COMP></DATA_COMP>
	<MP_THREE></MP_THREE>
	<FREE_BONUS_PACK></FREE_BONUS_PACK>
	<DISCOUNT></DISCOUNT>
	<LEARN_MORE></LEARN_MORE>
	<INVENTORY></INVENTORY>
	<LIMITED_STOCK></LIMITED_STOCK>
	<HOT_DEAL></HOT_DEAL>
	<IMAGECONTENT1></IMAGECONTENT1>
	<IMAGECONTENT2></IMAGECONTENT2>
	<IMAGECONTENT3></IMAGECONTENT3>
	<IMAGECONTENT4></IMAGECONTENT4>

	<AGENTID>Zeeshan Ahmed</AGENTID>
	<AGENTPASSWORD></AGENTPASSWORD>
	<SOURCE>API</SOURCE>
 </INVENTORYMODEL>
 </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.
18 No request found. Provide valid request.
168 Invalid Amount. Please provide a valid Amount.
214 Action should not be blank. Please provide valid value as Action should not be blank.
225 Model ID is required. Please provide Model ID.
356 Agent ID cannot be blank. Please provide Agent ID as it cannot be blank.
413 Special characters not allow in MAKE. Special characters not allow in MAKE tag.
414 Special characters not allow in MODEL. Special characters not allow in MODEL tag.
415 Special characters not allow in FCCID. Special characters not allow in FCCID tag.
418 Special characters not allow in Grade. Special characters not allow in Grade tag.
419 Special characters not allow in M Rating. Special characters not allow in M Rating tag.
420 Special characters not allow in T Rating. Special characters not allow in T Rating tag.
422 Network Type should be GSM OR CDMA. Enter correct Network Type. Network Type should be GSM OR CDMA.
423 SIM Type should be Standard OR Micro OR Nano. Enter correct SIM Type. SIM Type should be Standard OR Micro OR Nano.
424 WiFi Capable should be Y OR N. Enter correct WiFi Capable. WiFi Capable should be Y OR N.
425 Data Capable should be 2G, 3G, 4G, 4GLTE. Enter correct Data Capable. Data Capable should be 2G, 3G, 4G, 4GLTE.
426 Voice only should be Y OR N. Voice only should be Y OR N. Enter correct Voice.
427 Hot Spot Capable should be Y OR N. Hot Spot Capable should be Y OR N. Enter correct Hot Spot.
428 OS should be Android, IOS, Windows and Other. OS should be Android, IOS, Windows and Other. Enter correct OS.
457 Invalid Source. Please provide a valid Source. Given value is invalid for Source.
469 Make should not be blank. Enter a valid Make. Make should not be blank.
470 FCCID should not be blank. Enter a valid FCCID. FCCID should not be blank.
471 M rating should not be blank. Enter a valid M rating. M rating should not be blank.
472 Network Type should not be blank. Enter a valid Network Type. Network Type should not be blank.
473 SIM Type should not be blank. Enter a valid SIM Type. SIM Type should not be blank.
474 WIFI Type should not be blank. Enter a valid WIFI Type. WiFi Type should not be blank.
475 Data Type should not be blank. Enter a valid Data Type. Data Type should not be blank.
476 OS Type should not be blank. Enter a valid OS Type. OS Type should not be blank.
477 Voice only Type should not be blank. Enter a valid Voice Type. Voice Type should not be blank.
478 Hot spot should not be blank. Enter a valid Hot Spot. Hot Spot should not be blank.
479 T rating should not be blank. Enter a valid T rating. T rating should not be blank.
481 Model should not be blank. Enter a valid Model. Model should not be blank.
482 Action Type should be ADD OR UPDATE. Provide correct Account Type. Account Type should be Add or Update.
595 should be Y OR N. <VALUE> should be Y OR N. <VALUE> is a dynamic value.
656 Color should not be blank. Provide a valid Color. Color should not be blank.
657 Phone scoop should not be blank. Provide a valid Phone scoop. Phone scoop should not be blank.
658 Discount should not be blank. Provide a valid Discount. Discount should not be blank.
659 Learn more should not be blank. Provide a valid Learn more. Learn more should not be blank.
660 Inventory should not be blank. Provide a valid Inventory. Inventory should not be blank.
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>11111111</referenceNumber>
    </credentials>
   <InventoryModel>
        <statusCode>00</statusCode>
        <description>SUCCESS</description>
        <errorDescription>SUCCESS</errorDescription>
    </InventoryModel>
</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>
<InventoryModel>
	<statusCode>01</statusCode>
	<description>FAIL</description>
	<errorDescription>Error Received from Carrier.</errorDescription>
</InventoryModel>
</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>
<InventoryModel>
	<statusCode>13</statusCode>
	<description>FAIL</description>
	<errorDescription>Password is invalid.</errorDescription>
</InventoryModel>
</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>
<InventoryModel>
	<statusCode>16</statusCode>
	<description>FAIL</description>
	<errorDescription>Vendor not found. Wrong credentials.</errorDescription>
</InventoryModel>
</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>
<InventoryModel>
	<statusCode>18</statusCode>
	<description>FAIL</description>
	<errorDescription>No request found.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: No request found.
How to Resolve?: Provide valid request.
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>
<InventoryModel>
	<statusCode>168</statusCode>
	<description>FAIL</description>
	<errorDescription>Invalid Amount.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Invalid Amount.
How to Resolve?: Please provide a valid Amount.
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>
<InventoryModel>
	<statusCode>214</statusCode>
	<description>FAIL</description>
	<errorDescription>Action should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Action should not be blank.
How to Resolve?: Please provide valid value as Action should not be blank.
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>
<InventoryModel>
	<statusCode>225</statusCode>
	<description>FAIL</description>
	<errorDescription>Model ID is required.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Model ID is required.
How to Resolve?: Please provide Model ID.
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>
<InventoryModel>
	<statusCode>356</statusCode>
	<description>FAIL</description>
	<errorDescription>Agent ID cannot be blank.</errorDescription>
</InventoryModel>
</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>
<InventoryModel>
	<statusCode>413</statusCode>
	<description>FAIL</description>
	<errorDescription>Special characters not allow in MAKE.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Special characters not allow in MAKE.
How to Resolve?: Special characters not allow in MAKE tag.
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>
<InventoryModel>
	<statusCode>414</statusCode>
	<description>FAIL</description>
	<errorDescription>Special characters not allow in MODEL.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Special characters not allow in MODEL.
How to Resolve?: Special characters not allow in MODEL tag.
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>
<InventoryModel>
	<statusCode>415</statusCode>
	<description>FAIL</description>
	<errorDescription>Special characters not allow in FCCID.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Special characters not allow in FCCID.
How to Resolve?: Special characters not allow in FCCID tag.
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>
<InventoryModel>
	<statusCode>418</statusCode>
	<description>FAIL</description>
	<errorDescription>Special characters not allow in Grade.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Special characters not allow in Grade.
How to Resolve?: Special characters not allow in Grade tag.
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>
<InventoryModel>
	<statusCode>419</statusCode>
	<description>FAIL</description>
	<errorDescription>Special characters not allow in M Rating.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Special characters not allow in M Rating.
How to Resolve?: Special characters not allow in M Rating tag.
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>
<InventoryModel>
	<statusCode>420</statusCode>
	<description>FAIL</description>
	<errorDescription>Special characters not allow in T Rating.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Special characters not allow in T Rating.
How to Resolve?: Special characters not allow in T Rating tag.
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>
<InventoryModel>
	<statusCode>422</statusCode>
	<description>FAIL</description>
	<errorDescription>Network Type should be GSM OR CDMA.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Network Type should be GSM OR CDMA.
How to Resolve?: Enter correct Network Type. Network Type should be GSM OR CDMA.
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>
<InventoryModel>
	<statusCode>423</statusCode>
	<description>FAIL</description>
	<errorDescription>SIM Type should be Standard OR Micro OR Nano.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: SIM Type should be Standard OR Micro OR Nano.
How to Resolve?: Enter correct SIM Type. SIM Type should be Standard OR Micro OR Nano.
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>
<InventoryModel>
	<statusCode>424</statusCode>
	<description>FAIL</description>
	<errorDescription>WiFi Capable should be Y OR N.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: WiFi Capable should be Y OR N.
How to Resolve?: Enter correct WiFi Capable. WiFi Capable should be Y OR N.
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>
<InventoryModel>
	<statusCode>425</statusCode>
	<description>FAIL</description>
	<errorDescription>Data Capable should be 2G, 3G, 4G, 4GLTE.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Data Capable should be 2G, 3G, 4G, 4GLTE.
How to Resolve?: Enter correct Data Capable. Data Capable should be 2G, 3G, 4G, 4GLTE.
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>
<InventoryModel>
	<statusCode>426</statusCode>
	<description>FAIL</description>
	<errorDescription>Voice only should be Y OR N.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Voice only should be Y OR N.
How to Resolve?: Voice only should be Y OR N. Enter correct Voice.
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>
<InventoryModel>
	<statusCode>427</statusCode>
	<description>FAIL</description>
	<errorDescription>Hot Spot Capable should be Y OR N.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Hot Spot Capable should be Y OR N.
How to Resolve?: Hot Spot Capable should be Y OR N. Enter correct Hot Spot.
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>
<InventoryModel>
	<statusCode>428</statusCode>
	<description>FAIL</description>
	<errorDescription>OS should be Android, IOS, Windows and Other.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: OS should be Android, IOS, Windows and Other.
How to Resolve?: OS should be Android, IOS, Windows and Other. Enter correct OS.
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>
<InventoryModel>
	<statusCode>457</statusCode>
	<description>FAIL</description>
	<errorDescription>Invalid Source.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Invalid Source.
How to Resolve?: Please provide a valid Source. Given value is invalid for Source.
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>
<InventoryModel>
	<statusCode>469</statusCode>
	<description>FAIL</description>
	<errorDescription>Make should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Make should not be blank.
How to Resolve?: Enter a valid Make. Make should not be blank.
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>
<InventoryModel>
	<statusCode>470</statusCode>
	<description>FAIL</description>
	<errorDescription>FCCID should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: FCCID should not be blank.
How to Resolve?: Enter a valid FCCID. FCCID should not be blank.
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>
<InventoryModel>
	<statusCode>471</statusCode>
	<description>FAIL</description>
	<errorDescription>M rating should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: M rating should not be blank.
How to Resolve?: Enter a valid M rating. M rating 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>
<InventoryModel>
	<statusCode>472</statusCode>
	<description>FAIL</description>
	<errorDescription>Network Type should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Network Type should not be blank.
How to Resolve?: Enter a valid Network Type. Network Type 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>
<InventoryModel>
	<statusCode>473</statusCode>
	<description>FAIL</description>
	<errorDescription>SIM Type should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: SIM Type should not be blank.
How to Resolve?: Enter a valid SIM Type. SIM Type should not be blank.
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>
<InventoryModel>
	<statusCode>474</statusCode>
	<description>FAIL</description>
	<errorDescription>WIFI Type should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: WIFI Type should not be blank.
How to Resolve?: Enter a valid WIFI Type. WiFi 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>
<InventoryModel>
	<statusCode>475</statusCode>
	<description>FAIL</description>
	<errorDescription>Data Type should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Data Type should not be blank.
How to Resolve?: Enter a valid Data Type. Data Type should not be blank.
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>
<InventoryModel>
	<statusCode>476</statusCode>
	<description>FAIL</description>
	<errorDescription>OS Type should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: OS Type should not be blank.
How to Resolve?: Enter a valid OS Type. OS Type 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>
<InventoryModel>
	<statusCode>477</statusCode>
	<description>FAIL</description>
	<errorDescription>Voice only Type should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Voice only Type should not be blank.
How to Resolve?: Enter a valid Voice Type. Voice Type should not be blank.
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>
<InventoryModel>
	<statusCode>478</statusCode>
	<description>FAIL</description>
	<errorDescription>Hot spot should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Hot spot should not be blank.
How to Resolve?: Enter a valid Hot Spot. Hot Spot should not be blank.
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>
<InventoryModel>
	<statusCode>479</statusCode>
	<description>FAIL</description>
	<errorDescription>T rating  should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: T rating should not be blank.
How to Resolve?: Enter a valid T rating. T rating should not be blank.
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>
<InventoryModel>
	<statusCode>481</statusCode>
	<description>FAIL</description>
	<errorDescription>Model  should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Model should not be blank.
How to Resolve?: Enter a valid Model. Model should not be blank.
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>
<InventoryModel>
	<statusCode>482</statusCode>
	<description>FAIL</description>
	<errorDescription>Action Type should be ADD OR UPDATE.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Action Type should be ADD OR UPDATE.
How to Resolve?: Provide correct Account Type. Account Type should be Add or Update.
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>
<InventoryModel>
	<statusCode>595</statusCode>
	<description>FAIL</description>
	<errorDescription> should be Y OR N.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: should be Y OR N.
How to Resolve?: <VALUE> should be Y OR N. <VALUE> is a dynamic value.
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>
<InventoryModel>
	<statusCode>656</statusCode>
	<description>FAIL</description>
	<errorDescription>Color should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Color should not be blank.
How to Resolve?: Provide a valid Color. Color should not be blank.
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>
<InventoryModel>
	<statusCode>657</statusCode>
	<description>FAIL</description>
	<errorDescription>Phone scoop should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Phone scoop should not be blank.
How to Resolve?: Provide a valid Phone scoop. Phone scoop should not be blank.
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>
<InventoryModel>
	<statusCode>658</statusCode>
	<description>FAIL</description>
	<errorDescription>Discount should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Discount should not be blank.
How to Resolve?: Provide a valid Discount. Discount should not be blank.
Sample Fail Response: 40
<?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>
<InventoryModel>
	<statusCode>659</statusCode>
	<description>FAIL</description>
	<errorDescription>Learn more should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Learn more should not be blank.
How to Resolve?: Provide a valid Learn more. Learn more should not be blank.
Sample Fail Response: 41
<?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>
<InventoryModel>
	<statusCode>660</statusCode>
	<description>FAIL</description>
	<errorDescription>Inventory should not be blank.</errorDescription>
</InventoryModel>
</VcareOssApi>
Error Description: Inventory should not be blank.
How to Resolve?: Provide a valid Inventory. Inventory should not be blank.