Upload Proof
This API use for upload Proof. and should be called only after the customer is created successfully in Telgoo5. If you want to upload multiple proof you must be call multiple time with diffrent proof file. Please make sure you call the API only after when CreateCustomer API is successfull. To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Sample Request XML
<?xml version="1.0" encoding="utf-8"?> <VCAREOSSAPI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CREDENTIALS> <VENDORID></VENDORID> <USERNAME></USERNAME> <PASSWORD></PASSWORD> <PIN></PIN> <REFERENCENUMBER></REFERENCENUMBER> </CREDENTIALS> <VCAREOSS> <UPLOADPROOF> <ENROLLMENTID></ENROLLMENTID> <SIGNATUREFILENAME></SIGNATUREFILENAME> <PROOFFILE></PROOFFILE> <BILLPROOF></BILLPROOF> <IDPROOF></IDPROOF> <ADDITIONALINFO></ADDITIONALINFO> <ADDRESSPROOF></ADDRESSPROOF> <ISBASE64CODE></ISBASE64CODE> <CUSTRESERT></CUSTRESERT> <AGENTID></AGENTID> <AGENTPASSWORD></AGENTPASSWORD> <SOURCE></SOURCE> </UPLOADPROOF> </VCAREOSS> </VCAREOSSAPI>
List of status code, description and resolution. | ||
---|---|---|
Status Code | Description | How to Resolve? |
00 | SUCCESS | SUCCESS |
13 | Password is invalid. | Provide a valid Password. |
16 | Vendor not found. Wrong credentials. | Please enter valid vendor credentials. |
59 | Invalid Enrollment ID. | Please provide valid Enrollment ID. |
81 | Enrollment ID should not be blank. | Please provide Enrollment id. Enrollment id cannot be left blank. |
751 | Custom message. | This is dynamic message. |
782 | These types of files are not allowed. Allowed only jpg, jpeg, and png. | Enter a valid file. These types of files are not allowed. Allowed only jpg, jpeg, and png. |
Sample Response XML
<?xml version="1.0" encoding="utf-8"?> <VcareOssApi xmlns="http://www.oss.vcarecorporation.com/oss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <credentials> <vendorId>Vcarecorporation</vendorId> <referenceNumber>111111111</referenceNumber> </credentials> <UploadProof> <statusCode>00</statusCode> <description>SUCCESS</description> <errorDescription>SUCCESS</errorDescription> <enrollmentid></enrollmentid> </UploadProof> </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> <UploadProof> <statusCode>13</statusCode> <description>FAIL</description> <errorDescription>Password is invalid.</errorDescription> </UploadProof> </VcareOssApi>
Error Description: Password is invalid.
How to Resolve?: Provide a valid Password.
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> <UploadProof> <statusCode>16</statusCode> <description>FAIL</description> <errorDescription>Vendor not found. Wrong credentials.</errorDescription> </UploadProof> </VcareOssApi>
Error Description: Vendor not found. Wrong credentials.
How to Resolve?: Please enter valid vendor credentials.
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> <UploadProof> <statusCode>59</statusCode> <description>FAIL</description> <errorDescription>Invalid Enrollment ID.</errorDescription> </UploadProof> </VcareOssApi>
Error Description: Invalid Enrollment ID.
How to Resolve?: Please provide valid Enrollment ID.
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> <UploadProof> <statusCode>81</statusCode> <description>FAIL</description> <errorDescription>Enrollment ID should not be blank.</errorDescription> </UploadProof> </VcareOssApi>
Error Description: Enrollment ID should not be blank.
How to Resolve?: Please provide Enrollment id. Enrollment id cannot be left blank.
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> <UploadProof> <statusCode>751</statusCode> <description>FAIL</description> <errorDescription>Custom message.</errorDescription> </UploadProof> </VcareOssApi>
Error Description: Custom message.
How to Resolve?: This is dynamic message.
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> <UploadProof> <statusCode>782</statusCode> <description>FAIL</description> <errorDescription>These types of files are not allowed. Allowed only jpg, jpeg, and png.</errorDescription> </UploadProof> </VcareOssApi>
Error Description: These types of files are not allowed. Allowed only jpg, jpeg, and png.
How to Resolve?: Enter a valid file. These types of files are not allowed. Allowed only jpg, jpeg, and png.
All the status codes are listed under the status code sections. Please click here to go to the status code.