GET v2/BomMasters/{id}

Get a Bom Master.

Request Information

URI Parameters

NameDescriptionTypeAdditional information

id

integer

Required

Body Parameters

None.

Response Information

Resource Description

BomMasterV2
NameDescriptionTypeAdditional information

Products

Collection of 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:
{
  "products": [
    {
      "id": 1,
      "productId": 4,
      "productOptionId": 5,
      "type": "Undefined",
      "sort": 6,
      "code": "sample string 7",
      "name": "sample string 8",
      "option1": "sample string 9",
      "option2": "sample string 10",
      "option3": "sample string 11",
      "notes": "sample string 12",
      "qty": 13.0,
      "unitCost": 14.0,
      "components": [
        {
          "id": 2,
          "productId": 5,
          "productOptionId": 6,
          "type": "Undefined",
          "sort": 7,
          "code": "sample string 8",
          "name": "sample string 9",
          "option1": "sample string 10",
          "option2": "sample string 11",
          "option3": "sample string 12",
          "notes": "sample string 13",
          "qty": 14.0,
          "unitCost": 15.0
        },
        {
          "id": 2,
          "productId": 5,
          "productOptionId": 6,
          "type": "Undefined",
          "sort": 7,
          "code": "sample string 8",
          "name": "sample string 9",
          "option1": "sample string 10",
          "option2": "sample string 11",
          "option3": "sample string 12",
          "notes": "sample string 13",
          "qty": 14.0,
          "unitCost": 15.0
        }
      ]
    },
    {
      "id": 1,
      "productId": 4,
      "productOptionId": 5,
      "type": "Undefined",
      "sort": 6,
      "code": "sample string 7",
      "name": "sample string 8",
      "option1": "sample string 9",
      "option2": "sample string 10",
      "option3": "sample string 11",
      "notes": "sample string 12",
      "qty": 13.0,
      "unitCost": 14.0,
      "components": [
        {
          "id": 2,
          "productId": 5,
          "productOptionId": 6,
          "type": "Undefined",
          "sort": 7,
          "code": "sample string 8",
          "name": "sample string 9",
          "option1": "sample string 10",
          "option2": "sample string 11",
          "option3": "sample string 12",
          "notes": "sample string 13",
          "qty": 14.0,
          "unitCost": 15.0
        },
        {
          "id": 2,
          "productId": 5,
          "productOptionId": 6,
          "type": "Undefined",
          "sort": 7,
          "code": "sample string 8",
          "name": "sample string 9",
          "option1": "sample string 10",
          "option2": "sample string 11",
          "option3": "sample string 12",
          "notes": "sample string 13",
          "qty": 14.0,
          "unitCost": 15.0
        }
      ]
    }
  ],
  "id": 1,
  "createdDate": "2024-03-25T19:32:43.2937041+13:00",
  "modifiedDate": "2024-03-25T19:32:43.2937041+13:00",
  "createdBy": 3,
  "modifiedBy": 4,
  "productionNotes": "sample string 5",
  "reference": "sample string 6"
}