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": "fed81396-f557-454d-8552-93eda991f281",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "d44fa277-c762-45e3-877f-ff17c7f79592",
"Note": "d7f27863-703a-4831-8adb-e3195a10c561",
"Children": []
},
{
"Id": "fed81396-f557-454d-8552-93eda991f281",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "d44fa277-c762-45e3-877f-ff17c7f79592",
"Note": "d7f27863-703a-4831-8adb-e3195a10c561",
"Children": []
}
]
text/html
Sample:
[{"Id":"fed81396-f557-454d-8552-93eda991f281","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"d44fa277-c762-45e3-877f-ff17c7f79592","Note":"d7f27863-703a-4831-8adb-e3195a10c561","Children":[]},{"Id":"fed81396-f557-454d-8552-93eda991f281","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"d44fa277-c762-45e3-877f-ff17c7f79592","Note":"d7f27863-703a-4831-8adb-e3195a10c561","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.