GET v1/part/detail/{partID}
Retrieve detailed information about a specific Part by unique identifier
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| partID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PartModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PartID |
Unique identifier of the part |
integer |
None. |
| PartNumber |
Part number |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"partID": 1,
"partNumber": "sample string 2"
}