InventoryModel
This API is used to add new model types in the inventory or update an existing model Information.
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.
All the status codes are listed under the status code sections. Please click here to go to the status code.