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": "c5d45077-af71-4a2f-87da-16825bf28fac", "Value": "sample string 2", "Text": "sample string 3", "Code": "sample string 4", "Colour": "sample string 5", "Level": 6, "Graphic": "3255ec4f-f27c-45e2-a48b-8c99c8706791", "Note": "b138109d-1eb8-4838-9e7f-c37a124ee7f9", "Children": [] }, { "Id": "c5d45077-af71-4a2f-87da-16825bf28fac", "Value": "sample string 2", "Text": "sample string 3", "Code": "sample string 4", "Colour": "sample string 5", "Level": 6, "Graphic": "3255ec4f-f27c-45e2-a48b-8c99c8706791", "Note": "b138109d-1eb8-4838-9e7f-c37a124ee7f9", "Children": [] } ]
text/html
Sample:
[{"Id":"c5d45077-af71-4a2f-87da-16825bf28fac","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"3255ec4f-f27c-45e2-a48b-8c99c8706791","Note":"b138109d-1eb8-4838-9e7f-c37a124ee7f9","Children":[]},{"Id":"c5d45077-af71-4a2f-87da-16825bf28fac","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"3255ec4f-f27c-45e2-a48b-8c99c8706791","Note":"b138109d-1eb8-4838-9e7f-c37a124ee7f9","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.