GET pricebook/products
Gets the products the user has access to.
Request Information
URI
https://xait-api.xaitcpq.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": "ee52327f-6dc2-4a83-b577-66e75f807bb7",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "5abe5fa6-37a7-4c84-85ff-90330522a491",
"Note": "6b41a792-bb62-4e33-ab84-1ae3959bd9b9",
"Children": []
},
{
"Id": "ee52327f-6dc2-4a83-b577-66e75f807bb7",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "5abe5fa6-37a7-4c84-85ff-90330522a491",
"Note": "6b41a792-bb62-4e33-ab84-1ae3959bd9b9",
"Children": []
}
]
text/html
Sample:
[{"Id":"ee52327f-6dc2-4a83-b577-66e75f807bb7","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"5abe5fa6-37a7-4c84-85ff-90330522a491","Note":"6b41a792-bb62-4e33-ab84-1ae3959bd9b9","Children":[]},{"Id":"ee52327f-6dc2-4a83-b577-66e75f807bb7","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"5abe5fa6-37a7-4c84-85ff-90330522a491","Note":"6b41a792-bb62-4e33-ab84-1ae3959bd9b9","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.