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": "25a0f3f1-7628-421c-b563-216ae3b6b1a7",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "9e1044d9-b518-493a-9171-e76a654800ff",
"Note": "0fb030e6-353e-48c8-ae13-fc2a776c939d",
"Children": []
},
{
"Id": "25a0f3f1-7628-421c-b563-216ae3b6b1a7",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "9e1044d9-b518-493a-9171-e76a654800ff",
"Note": "0fb030e6-353e-48c8-ae13-fc2a776c939d",
"Children": []
}
]
text/html
Sample:
[{"Id":"25a0f3f1-7628-421c-b563-216ae3b6b1a7","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"9e1044d9-b518-493a-9171-e76a654800ff","Note":"0fb030e6-353e-48c8-ae13-fc2a776c939d","Children":[]},{"Id":"25a0f3f1-7628-421c-b563-216ae3b6b1a7","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"9e1044d9-b518-493a-9171-e76a654800ff","Note":"0fb030e6-353e-48c8-ae13-fc2a776c939d","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.