get
GET /backend/api/vendor-related-product/vendor-related-product-list HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Successfully got your product list.</message>
</object>
get
GET /backend/api/vendor-related-product/vendor-related-product-details/{id} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Successfully got the data</message>
</object>
post
POST /backend/api/vendor-related-product/update-vendor-related-product HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 40

"relatedProductId[]=[1]&productId=1"
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Successfully updated the vendor related products.</message>
</object>