Products
CrUD service for equipment products
Query parameters
isSoftwareanyOptional
isSoftware
pageanyOptional
page
sizeanyOptional
size
sortanyOptional
sort
termanyOptional
term
Responses
200
Success
401
Unauthorized
403
Forbidden
404
No Products found with search parameters
get
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>
Path parameters
deviceTypeanyRequired
deviceType
manufactureranyRequired
manufacturer
Responses
200
Success
401
Unauthorized
403
Forbidden
404
Requested product does not exist
get
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>
Was this helpful?