GET pricebook/categories
Gets the categories.
Request Information
URI
https://ofd-api.blueprintcpq.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": "e88a28b1-0c83-4163-ba09-13e3d8af4953",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "1644638f-77b8-4e63-b1e4-a352353d6ff5",
"Note": "2ef780f7-703d-4421-9ec3-195c587a4d29",
"Children": []
},
{
"Id": "e88a28b1-0c83-4163-ba09-13e3d8af4953",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "1644638f-77b8-4e63-b1e4-a352353d6ff5",
"Note": "2ef780f7-703d-4421-9ec3-195c587a4d29",
"Children": []
}
]
text/html
Sample:
[{"Id":"e88a28b1-0c83-4163-ba09-13e3d8af4953","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"1644638f-77b8-4e63-b1e4-a352353d6ff5","Note":"2ef780f7-703d-4421-9ec3-195c587a4d29","Children":[]},{"Id":"e88a28b1-0c83-4163-ba09-13e3d8af4953","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"1644638f-77b8-4e63-b1e4-a352353d6ff5","Note":"2ef780f7-703d-4421-9ec3-195c587a4d29","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.