GET pricebook/categories
Gets the categories.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/pricebook/categories
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The categories.
Collection of TreeRecord| Name | 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": "98bf592e-1aa9-4a84-b595-e6001e642807",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "aeffc687-4f2e-41e3-977a-0c9ccc2fe9f7",
"Note": "b207783f-2bc3-4d45-ba4d-831f75887b5b",
"Children": []
},
{
"Id": "98bf592e-1aa9-4a84-b595-e6001e642807",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "aeffc687-4f2e-41e3-977a-0c9ccc2fe9f7",
"Note": "b207783f-2bc3-4d45-ba4d-831f75887b5b",
"Children": []
}
]
text/html
Sample:
[{"Id":"98bf592e-1aa9-4a84-b595-e6001e642807","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"aeffc687-4f2e-41e3-977a-0c9ccc2fe9f7","Note":"b207783f-2bc3-4d45-ba4d-831f75887b5b","Children":[]},{"Id":"98bf592e-1aa9-4a84-b595-e6001e642807","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"aeffc687-4f2e-41e3-977a-0c9ccc2fe9f7","Note":"b207783f-2bc3-4d45-ba4d-831f75887b5b","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.