POST BOM/PostLineItemCustomBOMVaultData
Request Information
URI Parameters
None.
Body Parameters
LineItemCustomBOMVaultName | Description | Type | Additional information |
---|---|---|---|
LineItemId | integer |
None. |
|
IsSubmitToTicketing | boolean |
None. |
|
ErrorMessage | string |
None. |
|
lineItemCustomBOM | Collection of LineItemCustomBOMDto |
None. |
Request 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-06T01:48:19.5559413+01:00", "ImportBatchId": 7, "SourceFileName": "sample string 8", "PartId": 9, "CreatedDate": "2025-05-06T01:48:19.5559413+01:00", "CreatedById": 1, "ModifiedDate": "2025-05-06T01:48:19.5559413+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-06T01:48:19.5559413+01:00", "ImportBatchId": 7, "SourceFileName": "sample string 8", "PartId": 9, "CreatedDate": "2025-05-06T01:48:19.5559413+01:00", "CreatedById": 1, "ModifiedDate": "2025-05-06T01:48:19.5559413+01:00", "ModifiedById": 1, "SyncToTSS": true, "IsEnhancement": true } ] }
Response Information
Resource Description
Collection of LineItemCustomBOMDtoName | Description | Type | Additional information |
---|---|---|---|
LineItemCustomBOMId | integer |
None. |
|
LineItemId | integer |
None. |
|
SourceId | integer |
None. |
|
InventoryPartNumber | string |
None. |
|
Quantity | decimal number |
None. |
|
Description | string |
None. |
|
SourceLastUpdatedDate | date |
None. |
|
ImportBatchId | integer |
None. |
|
SourceFileName | string |
None. |
|
PartId | integer |
None. |
|
CreatedDate | date |
None. |
|
CreatedById | integer |
None. |
|
ModifiedDate | date |
None. |
|
ModifiedById | integer |
None. |
|
SyncToTSS | boolean |
None. |
|
IsEnhancement | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "LineItemCustomBOMId": 1, "LineItemId": 2, "SourceId": 3, "InventoryPartNumber": "sample string 4", "Quantity": 5.0, "Description": "sample string 6", "SourceLastUpdatedDate": "2025-05-06T01:48:19.5715708+01:00", "ImportBatchId": 7, "SourceFileName": "sample string 8", "PartId": 9, "CreatedDate": "2025-05-06T01:48:19.5715708+01:00", "CreatedById": 1, "ModifiedDate": "2025-05-06T01:48:19.5715708+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-06T01:48:19.5715708+01:00", "ImportBatchId": 7, "SourceFileName": "sample string 8", "PartId": 9, "CreatedDate": "2025-05-06T01:48:19.5715708+01:00", "CreatedById": 1, "ModifiedDate": "2025-05-06T01:48:19.5715708+01:00", "ModifiedById": 1, "SyncToTSS": true, "IsEnhancement": true } ]