GET pricebook/parts
Gets parts in categories.
Request Information
URI
https://highlandfleets-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": "f35a6f19-c367-4511-982c-e0e27a4f52ee",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "20fd7c8e-1953-4425-8612-799360ca3d1c",
"Note": "13f1488a-1ede-4606-9a8e-af57a9bcff25",
"Children": []
},
{
"Id": "f35a6f19-c367-4511-982c-e0e27a4f52ee",
"Value": "sample string 2",
"Text": "sample string 3",
"Code": "sample string 4",
"Colour": "sample string 5",
"Level": 6,
"Graphic": "20fd7c8e-1953-4425-8612-799360ca3d1c",
"Note": "13f1488a-1ede-4606-9a8e-af57a9bcff25",
"Children": []
}
]
text/html
Sample:
[{"Id":"f35a6f19-c367-4511-982c-e0e27a4f52ee","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"20fd7c8e-1953-4425-8612-799360ca3d1c","Note":"13f1488a-1ede-4606-9a8e-af57a9bcff25","Children":[]},{"Id":"f35a6f19-c367-4511-982c-e0e27a4f52ee","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"20fd7c8e-1953-4425-8612-799360ca3d1c","Note":"13f1488a-1ede-4606-9a8e-af57a9bcff25","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.