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": "2dc82632-5ada-49a8-996a-a152db2e4071",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "8344b8a1-66ab-4fd9-b3ed-86149d822353",
"Note": "dbbc2b72-6247-41df-8c77-7965aeca9d0e",
"Children": []
},
{
"Id": "2dc82632-5ada-49a8-996a-a152db2e4071",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "8344b8a1-66ab-4fd9-b3ed-86149d822353",
"Note": "dbbc2b72-6247-41df-8c77-7965aeca9d0e",
"Children": []
}
]
text/html
Sample:
[{"Id":"2dc82632-5ada-49a8-996a-a152db2e4071","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"8344b8a1-66ab-4fd9-b3ed-86149d822353","Note":"dbbc2b72-6247-41df-8c77-7965aeca9d0e","Children":[]},{"Id":"2dc82632-5ada-49a8-996a-a152db2e4071","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"8344b8a1-66ab-4fd9-b3ed-86149d822353","Note":"dbbc2b72-6247-41df-8c77-7965aeca9d0e","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.