GET pricebook/products
Gets the products the user has access to.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/pricebook/products
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The products tree.
Collection of TreeRecordName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Value | string |
None. |
|
Text | string |
None. |
|
Code | string |
None. |
|
Colour | string |
None. |
|
Level | integer |
None. |
|
Graphic | globally unique identifier |
None. |
|
Note | globally unique identifier |
None. |
|
Children | Collection of TreeRecord |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "cee39594-2e71-48f2-8ad9-c3b58f379b17", "Value": "sample string 2", "Text": "sample string 3", "Code": "sample string 4", "Colour": "sample string 5", "Level": 6, "Graphic": "97c94db1-8612-45dd-b391-d10e780ba6be", "Note": "310f9bf3-62bd-4707-8c91-8f83983230ff", "Children": [] }, { "Id": "cee39594-2e71-48f2-8ad9-c3b58f379b17", "Value": "sample string 2", "Text": "sample string 3", "Code": "sample string 4", "Colour": "sample string 5", "Level": 6, "Graphic": "97c94db1-8612-45dd-b391-d10e780ba6be", "Note": "310f9bf3-62bd-4707-8c91-8f83983230ff", "Children": [] } ]
text/html
Sample:
[{"Id":"cee39594-2e71-48f2-8ad9-c3b58f379b17","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"97c94db1-8612-45dd-b391-d10e780ba6be","Note":"310f9bf3-62bd-4707-8c91-8f83983230ff","Children":[]},{"Id":"cee39594-2e71-48f2-8ad9-c3b58f379b17","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"97c94db1-8612-45dd-b391-d10e780ba6be","Note":"310f9bf3-62bd-4707-8c91-8f83983230ff","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.