Vendor

Last updated

post
POST /backend/api/vendor/logout HTTP/1.1
Host: 139.59.67.17
Accept: */*
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Successfully Logout</message>
</object>
post
POST /backend/api/vendor/login HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 52

"emailId='test@gmail.com'&password='Welcome176'"
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Logged In successfully</message>
</object>
put
PUT /backend/api/vendor/forgot-password-link HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 28

"emailId='test@gmail.com'"
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Reset Password link has been sent to your email inbox.</message>
</object>
post
POST /backend/api/vendor/send-otp HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 28

"emailId='test@gmail.com'"
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>OTP successfully sent to the provided email address</message>
</object>
post
POST /backend/api/vendor/register HTTP/1.1
Host: 139.59.67.17
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 148

"emailId='test@gmail.com'&lastName=''&companyName='picco'&firstName='picco'&industryId=1&password='dfhbdshf@'&otp='235434'&tsc=true"
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Thank you for expressing your interest and registering for selling your products. Kindly wait for admin approval</message>
</object>