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": "43bf26c2-53b5-418f-be16-e9d0d88d9979",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "a82d6b4a-ca7c-4560-8a77-a8fca6bbf482",
"Note": "62e5e87b-dd2b-4778-ba70-d2c8bf39be12",
"Children": []
},
{
"Id": "43bf26c2-53b5-418f-be16-e9d0d88d9979",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "a82d6b4a-ca7c-4560-8a77-a8fca6bbf482",
"Note": "62e5e87b-dd2b-4778-ba70-d2c8bf39be12",
"Children": []
}
]
text/html
Sample:
[{"Id":"43bf26c2-53b5-418f-be16-e9d0d88d9979","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"a82d6b4a-ca7c-4560-8a77-a8fca6bbf482","Note":"62e5e87b-dd2b-4778-ba70-d2c8bf39be12","Children":[]},{"Id":"43bf26c2-53b5-418f-be16-e9d0d88d9979","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"a82d6b4a-ca7c-4560-8a77-a8fca6bbf482","Note":"62e5e87b-dd2b-4778-ba70-d2c8bf39be12","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.