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": "b8dd87a9-c5ae-4a6a-85ff-b5a7c5674a9e",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "083e50d9-1e1b-4e48-9de3-2d5ece361ffa",
"Note": "46334aff-85af-4273-97f3-389996b9759a",
"Children": []
},
{
"Id": "b8dd87a9-c5ae-4a6a-85ff-b5a7c5674a9e",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "083e50d9-1e1b-4e48-9de3-2d5ece361ffa",
"Note": "46334aff-85af-4273-97f3-389996b9759a",
"Children": []
}
]
text/html
Sample:
[{"Id":"b8dd87a9-c5ae-4a6a-85ff-b5a7c5674a9e","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"083e50d9-1e1b-4e48-9de3-2d5ece361ffa","Note":"46334aff-85af-4273-97f3-389996b9759a","Children":[]},{"Id":"b8dd87a9-c5ae-4a6a-85ff-b5a7c5674a9e","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"083e50d9-1e1b-4e48-9de3-2d5ece361ffa","Note":"46334aff-85af-4273-97f3-389996b9759a","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.