GET pricebook/parts
Gets parts in categories.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/pricebook/parts
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The parts in categories.
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": "eb5567cc-4a26-4dc3-a673-88d9b6c4acfb",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "2b850005-c622-4cf6-bbed-14f528875bbd",
"Note": "a62462a6-4b0b-4b30-acf3-f8f6b78c8c9f",
"Children": []
},
{
"Id": "eb5567cc-4a26-4dc3-a673-88d9b6c4acfb",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "2b850005-c622-4cf6-bbed-14f528875bbd",
"Note": "a62462a6-4b0b-4b30-acf3-f8f6b78c8c9f",
"Children": []
}
]
text/html
Sample:
[{"Id":"eb5567cc-4a26-4dc3-a673-88d9b6c4acfb","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"2b850005-c622-4cf6-bbed-14f528875bbd","Note":"a62462a6-4b0b-4b30-acf3-f8f6b78c8c9f","Children":[]},{"Id":"eb5567cc-4a26-4dc3-a673-88d9b6c4acfb","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"2b850005-c622-4cf6-bbed-14f528875bbd","Note":"a62462a6-4b0b-4b30-acf3-f8f6b78c8c9f","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.