POST BOM/GetLineItemCustomBOMVault/{lineItemId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lineItemId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LineItemCustomBOMVault| Name | Description | Type | Additional information |
|---|---|---|---|
| LineItemId | integer |
None. |
|
| IsSubmitToTicketing | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| lineItemCustomBOM | Collection of LineItemCustomBOMDto |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"LineItemId": 1,
"IsSubmitToTicketing": true,
"ErrorMessage": "sample string 3",
"lineItemCustomBOM": [
{
"LineItemCustomBOMId": 1,
"LineItemId": 2,
"SourceId": 3,
"InventoryPartNumber": "sample string 4",
"Quantity": 5.0,
"Description": "sample string 6",
"SourceLastUpdatedDate": "2025-12-14T22:13:32.8781084+00:00",
"ImportBatchId": 7,
"SourceFileName": "sample string 8",
"PartId": 9,
"CreatedDate": "2025-12-14T22:13:32.8781084+00:00",
"CreatedById": 1,
"ModifiedDate": "2025-12-14T22:13:32.8781084+00:00",
"ModifiedById": 1,
"SyncToTSS": true,
"IsEnhancement": true
},
{
"LineItemCustomBOMId": 1,
"LineItemId": 2,
"SourceId": 3,
"InventoryPartNumber": "sample string 4",
"Quantity": 5.0,
"Description": "sample string 6",
"SourceLastUpdatedDate": "2025-12-14T22:13:32.8781084+00:00",
"ImportBatchId": 7,
"SourceFileName": "sample string 8",
"PartId": 9,
"CreatedDate": "2025-12-14T22:13:32.8781084+00:00",
"CreatedById": 1,
"ModifiedDate": "2025-12-14T22:13:32.8781084+00:00",
"ModifiedById": 1,
"SyncToTSS": true,
"IsEnhancement": true
}
]
}