Products

CrUD service for equipment products

Get All Products that match search criteria

get
Query parameters
isSoftwareanyOptional

isSoftware

pageanyOptional

page

sizeanyOptional

size

sortanyOptional

sort

termanyOptional

term

Responses
200

Success

get
/api/equipment/products
GET /api/equipment/products HTTP/1.1
Host: gateway-sb.clearent.net/
Accept: */*
<?xml version="1.0"?>
<object>
	<frontends>text</frontends>
	<manufacturer>text</manufacturer>
	<metadata>
		<exchangeId>text</exchangeId>
		<timestamp>text</timestamp>
	</metadata>
	<modelId>1</modelId>
	<productName>text</productName>
	<productType>Terminal</productType>
</object>

Get One Product

get
Path parameters
deviceTypeanyRequired

deviceType

manufactureranyRequired

manufacturer

Responses
200

Success

get
/api/equipment/products/{manufacturer}/{deviceType}
GET /api/equipment/products/{manufacturer}/{deviceType} HTTP/1.1
Host: gateway-sb.clearent.net/
Accept: */*
<?xml version="1.0"?>
<object>
	<frontends>text</frontends>
	<manufacturer>text</manufacturer>
	<metadata>
		<exchangeId>text</exchangeId>
		<timestamp>text</timestamp>
	</metadata>
	<modelId>1</modelId>
	<productName>text</productName>
	<productType>Terminal</productType>
</object>

Last updated

Was this helpful?