GET pricebook/categories
Gets the categories.
Request Information
URI
https://highlandfleets-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": "4faf9473-d844-4178-a501-65e19051951e",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "e64c652d-e9f7-400b-a480-bbf5e1ef1f06",
"Note": "d8b6f328-b9e5-40b0-931e-437d8f431cc5",
"Children": []
},
{
"Id": "4faf9473-d844-4178-a501-65e19051951e",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "e64c652d-e9f7-400b-a480-bbf5e1ef1f06",
"Note": "d8b6f328-b9e5-40b0-931e-437d8f431cc5",
"Children": []
}
]
text/html
Sample:
[{"Id":"4faf9473-d844-4178-a501-65e19051951e","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"e64c652d-e9f7-400b-a480-bbf5e1ef1f06","Note":"d8b6f328-b9e5-40b0-931e-437d8f431cc5","Children":[]},{"Id":"4faf9473-d844-4178-a501-65e19051951e","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"e64c652d-e9f7-400b-a480-bbf5e1ef1f06","Note":"d8b6f328-b9e5-40b0-931e-437d8f431cc5","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.