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 TreeRecordName | 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": "53c46671-c25e-4c6f-a4c7-146eb7d022fb", "Value": "sample string 2", "Text": "sample string 3", "Code": "sample string 4", "Colour": "sample string 5", "Level": 6, "Graphic": "7298a2ae-d039-4304-87d7-5067b2103410", "Note": "f9ad5e07-2502-472f-b6ce-643bfbba377c", "Children": [] }, { "Id": "53c46671-c25e-4c6f-a4c7-146eb7d022fb", "Value": "sample string 2", "Text": "sample string 3", "Code": "sample string 4", "Colour": "sample string 5", "Level": 6, "Graphic": "7298a2ae-d039-4304-87d7-5067b2103410", "Note": "f9ad5e07-2502-472f-b6ce-643bfbba377c", "Children": [] } ]
text/html
Sample:
[{"Id":"53c46671-c25e-4c6f-a4c7-146eb7d022fb","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"7298a2ae-d039-4304-87d7-5067b2103410","Note":"f9ad5e07-2502-472f-b6ce-643bfbba377c","Children":[]},{"Id":"53c46671-c25e-4c6f-a4c7-146eb7d022fb","Value":"sample string 2","Text":"sample string 3","Code":"sample string 4","Colour":"sample string 5","Level":6,"Graphic":"7298a2ae-d039-4304-87d7-5067b2103410","Note":"f9ad5e07-2502-472f-b6ce-643bfbba377c","Children":[]}]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.