GET v1/BomMasters/{id}
Get a Bom Master.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BomMaster| Name | Description | Type | Additional information |
|---|---|---|---|
Product |
Bom |
BomProduct |
None. |
Id |
A unique Job ID. |
integer |
None. |
CreatedDate |
Created date time. |
date |
None. |
ModifiedDate |
Last modified date time. |
date |
None. |
CreatedBy |
Created by User ID. |
integer |
None. |
ModifiedBy |
Modified by User ID. |
integer |
None. |
ProductionNotes |
Production Notes. |
string |
None. |
Reference |
The unique Job reference. |
string |
Max length: 20 |
Response Formats
application/json, text/json
Sample:
{
"product": {
"id": 0,
"productId": 0,
"productOptionId": 0,
"type": "Make",
"sort": 0,
"code": "TestProduct1",
"name": "Composite Product",
"option1": null,
"option2": null,
"option3": null,
"notes": null,
"qty": 1.0,
"unitCost": 100.0,
"components": [
{
"id": 0,
"productId": 0,
"productOptionId": 0,
"type": "Use",
"sort": 0,
"code": "C1",
"name": "Component 1",
"option1": null,
"option2": null,
"option3": null,
"notes": null,
"qty": 1.0,
"unitCost": 50.0
}
]
},
"id": 99,
"createdDate": "2025-11-25T04:07:00.4790398Z",
"modifiedDate": "2025-11-25T04:07:00.4790398Z",
"createdBy": 10,
"modifiedBy": 0,
"productionNotes": "Test Job",
"reference": null
}
