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": "7d25dc1b-4ff4-4c61-8d6a-ed6674ff6bfe",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "4963ab68-80e9-420f-9d1a-1e28dfb04c72",
"Note": "050086be-0ab1-4650-8556-7efb58a6f592",
"Children": []
},
{
"Id": "7d25dc1b-4ff4-4c61-8d6a-ed6674ff6bfe",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "4963ab68-80e9-420f-9d1a-1e28dfb04c72",
"Note": "050086be-0ab1-4650-8556-7efb58a6f592",
"Children": []
}
]
text/html
Sample:
[{"Id":"7d25dc1b-4ff4-4c61-8d6a-ed6674ff6bfe","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"4963ab68-80e9-420f-9d1a-1e28dfb04c72","Note":"050086be-0ab1-4650-8556-7efb58a6f592","Children":[]},{"Id":"7d25dc1b-4ff4-4c61-8d6a-ed6674ff6bfe","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"4963ab68-80e9-420f-9d1a-1e28dfb04c72","Note":"050086be-0ab1-4650-8556-7efb58a6f592","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.