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 TreeRecordName | 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": "a63691d0-55c7-4dfe-9d72-be019a86fb83", "Value": "sample string 2", "Text": "sample string 3", "Code": "sample string 4", "Colour": "sample string 5", "Level": 6, "Graphic": "05204459-47c7-4847-8035-28daf6616804", "Note": "aee82380-f9b6-4db8-ab57-ea3bbc7f6d7f", "Children": [] }, { "Id": "a63691d0-55c7-4dfe-9d72-be019a86fb83", "Value": "sample string 2", "Text": "sample string 3", "Code": "sample string 4", "Colour": "sample string 5", "Level": 6, "Graphic": "05204459-47c7-4847-8035-28daf6616804", "Note": "aee82380-f9b6-4db8-ab57-ea3bbc7f6d7f", "Children": [] } ]
text/html
Sample:
[{"Id":"a63691d0-55c7-4dfe-9d72-be019a86fb83","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"05204459-47c7-4847-8035-28daf6616804","Note":"aee82380-f9b6-4db8-ab57-ea3bbc7f6d7f","Children":[]},{"Id":"a63691d0-55c7-4dfe-9d72-be019a86fb83","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"05204459-47c7-4847-8035-28daf6616804","Note":"aee82380-f9b6-4db8-ab57-ea3bbc7f6d7f","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.