GET api/servicechargetype/hardware/{id}
Return details for the specified hardware. The hardware product is specified via its ID.
Error Messages
- 404/Not Found - Hardware Service Charge Type with id x not found
- 404/Not Found - Hardware Service Charge Type with id x not a hardware product
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | ID number of the hardware product | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HardwareServiceChargeTypeViewName | Description | Type | Additional information |
---|---|---|---|
Id | The hardware ID | integer |
None. |
DefaultSupplierName | The name of the default supplier | string |
None. |
ProductCode | The code for the hardware product | string |
String length: inclusive between 0 and 50 |
Description | Unique description used to identify the Hardware product | string |
String length: inclusive between 0 and 100 |
DefaultSalePrice | The default sale price of the hardware product | decimal number |
None. |
DefaultCost | The default cost of the hardware product | decimal number |
None. |
DefaultBaseLineCost | The default baseline cost of the hardware product | decimal number |
None. |
Nominal | The associated nominal code | string |
String length: inclusive between 0 and 50 |
DefaultSupplier | The default supplier ID of the hardware | integer |
None. |