POST BOM/GetLineItemCustomBOMVault/{lineItemId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lineItemId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LineItemCustomBOMVaultName | 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-05-06T02:10:19.9271064+01:00", "ImportBatchId": 7, "SourceFileName": "sample string 8", "PartId": 9, "CreatedDate": "2025-05-06T02:10:19.9271064+01:00", "CreatedById": 1, "ModifiedDate": "2025-05-06T02:10:19.9271064+01: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-05-06T02:10:19.9271064+01:00", "ImportBatchId": 7, "SourceFileName": "sample string 8", "PartId": 9, "CreatedDate": "2025-05-06T02:10:19.9271064+01:00", "CreatedById": 1, "ModifiedDate": "2025-05-06T02:10:19.9271064+01:00", "ModifiedById": 1, "SyncToTSS": true, "IsEnhancement": true } ] }