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": "fa67efb8-c0c1-4027-b9c5-cdad29e5188e",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "e4b9d832-1d7b-472a-80d0-71dd3b33c5a1",
"Note": "13e3c5ce-6658-4a90-83b4-bef945a20020",
"Children": []
},
{
"Id": "fa67efb8-c0c1-4027-b9c5-cdad29e5188e",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "e4b9d832-1d7b-472a-80d0-71dd3b33c5a1",
"Note": "13e3c5ce-6658-4a90-83b4-bef945a20020",
"Children": []
}
]
text/html
Sample:
[{"Id":"fa67efb8-c0c1-4027-b9c5-cdad29e5188e","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"e4b9d832-1d7b-472a-80d0-71dd3b33c5a1","Note":"13e3c5ce-6658-4a90-83b4-bef945a20020","Children":[]},{"Id":"fa67efb8-c0c1-4027-b9c5-cdad29e5188e","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"e4b9d832-1d7b-472a-80d0-71dd3b33c5a1","Note":"13e3c5ce-6658-4a90-83b4-bef945a20020","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.