GET pricebook/products
Gets the products the user has access to.
Request Information
URI
https://ofd-api.blueprintcpq.net/pricebook/products
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The products tree.
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": "141768ec-ec02-417e-bed5-02c9acc30060",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "cb5beed6-fdf8-4869-9347-a8d63c4a98ba",
"Note": "3f940c79-0376-4b22-9180-e3a443c33d3f",
"Children": []
},
{
"Id": "141768ec-ec02-417e-bed5-02c9acc30060",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "cb5beed6-fdf8-4869-9347-a8d63c4a98ba",
"Note": "3f940c79-0376-4b22-9180-e3a443c33d3f",
"Children": []
}
]
text/html
Sample:
[{"Id":"141768ec-ec02-417e-bed5-02c9acc30060","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"cb5beed6-fdf8-4869-9347-a8d63c4a98ba","Note":"3f940c79-0376-4b22-9180-e3a443c33d3f","Children":[]},{"Id":"141768ec-ec02-417e-bed5-02c9acc30060","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"cb5beed6-fdf8-4869-9347-a8d63c4a98ba","Note":"3f940c79-0376-4b22-9180-e3a443c33d3f","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.