GET pricebook/categories
Gets the categories.
Request Information
URI
https://eurotherm-api.blueprintcpq.net/pricebook/categories
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The categories.
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": "d9e30a60-cf4c-4478-b735-a1dd09e26b1a", "Value": "sample string 2", "Text": "sample string 3", "Code": "sample string 4", "Colour": "sample string 5", "Level": 6, "Graphic": "8e3cb07a-4256-4213-8ea7-44a117603d63", "Note": "7d3e4609-f3a8-4066-b56a-806dc4e5443f", "Children": [] }, { "Id": "d9e30a60-cf4c-4478-b735-a1dd09e26b1a", "Value": "sample string 2", "Text": "sample string 3", "Code": "sample string 4", "Colour": "sample string 5", "Level": 6, "Graphic": "8e3cb07a-4256-4213-8ea7-44a117603d63", "Note": "7d3e4609-f3a8-4066-b56a-806dc4e5443f", "Children": [] } ]
text/html
Sample:
[{"Id":"d9e30a60-cf4c-4478-b735-a1dd09e26b1a","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"8e3cb07a-4256-4213-8ea7-44a117603d63","Note":"7d3e4609-f3a8-4066-b56a-806dc4e5443f","Children":[]},{"Id":"d9e30a60-cf4c-4478-b735-a1dd09e26b1a","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"8e3cb07a-4256-4213-8ea7-44a117603d63","Note":"7d3e4609-f3a8-4066-b56a-806dc4e5443f","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.