get
GET /backend/api/vendor-price-group HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Successfully get Seller Price Group List</message>
</object>
get
GET /backend/api/vendor-product/sku/{skuId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Successfully got Sku detail..!</message>
</object>
get
GET /backend/api/vendor-customer-group HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Successfully got customer list</message>
</object>
get
GET /backend/api/vendor-customer-group/customer/list HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Successfully got customer list</message>
</object>
delete
DELETE /backend/api/vendor-price-group/{id} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Successfully Deleted Seller Price Group..</message>
</object>
post
POST /backend/api/vendor-price-group HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 266

"priceGroupName='text'&description='text'&isDefault=1&status=1&buyerIds='text'&deleteBuyerIds='text'&buyerGroupIds='text'&deleteBuyerGroupIds='text'&createProductDetails='text'&createPriceGroupSchedule='text'&deleteProductGroupDetailIds='text'"
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Successfully Created Seller Price Group..</message>
</object>
put
PUT /backend/api/vendor-price-group/{id} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 266

"priceGroupName='text'&description='text'&isDefault=1&status=1&buyerIds='text'&deleteBuyerIds='text'&buyerGroupIds='text'&deleteBuyerGroupIds='text'&createProductDetails='text'&createPriceGroupSchedule='text'&deleteProductGroupDetailIds='text'"
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Successfully Created Seller Price Group..</message>
</object>