POST BOM/PostLineItemCustomBOMVaultData
Request Information
URI Parameters
None.
Body Parameters
LineItemCustomBOMVault| Name | 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-12-14T22:12:33.4738971+00:00",
"ImportBatchId": 7,
"SourceFileName": "sample string 8",
"PartId": 9,
"CreatedDate": "2025-12-14T22:12:33.4738971+00:00",
"CreatedById": 1,
"ModifiedDate": "2025-12-14T22:12:33.4738971+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:12:33.4738971+00:00",
"ImportBatchId": 7,
"SourceFileName": "sample string 8",
"PartId": 9,
"CreatedDate": "2025-12-14T22:12:33.4738971+00:00",
"CreatedById": 1,
"ModifiedDate": "2025-12-14T22:12:33.4738971+00:00",
"ModifiedById": 1,
"SyncToTSS": true,
"IsEnhancement": true
}
]
}
Response Information
Resource Description
Collection of LineItemCustomBOMDto| Name | 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-12-14T22:12:33.4738971+00:00",
"ImportBatchId": 7,
"SourceFileName": "sample string 8",
"PartId": 9,
"CreatedDate": "2025-12-14T22:12:33.4738971+00:00",
"CreatedById": 1,
"ModifiedDate": "2025-12-14T22:12:33.4738971+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:12:33.4738971+00:00",
"ImportBatchId": 7,
"SourceFileName": "sample string 8",
"PartId": 9,
"CreatedDate": "2025-12-14T22:12:33.4738971+00:00",
"CreatedById": 1,
"ModifiedDate": "2025-12-14T22:12:33.4738971+00:00",
"ModifiedById": 1,
"SyncToTSS": true,
"IsEnhancement": true
}
]