Each stockable kit document line object lists the stockable kits that were built or disassembled and the component items that were included in the kits. These transactions are recorded for inventory management and tracking purposes.
You can create or update document line items by creating or modifying the stockable kit document.
Returns a collection with a key, ID, and link for each stockable kit document line. This operation is mostly for use in testing; use the query service to find objects that meet certain criteria and specify the properties that are returned.
OK
Bad Request
{- "ia::result": [
- {
- "key": "3517",
- "id": "3517",
- "href": "/objects/inventory-control/stockable-kit-document-line/3517"
}, - {
- "key": "3703",
- "id": "3703",
- "href": "/objects/inventory-control/stockable-kit-document-line/3703"
}, - {
- "key": "2751",
- "id": "2751",
- "href": "/objects/inventory-control/stockable-kit-document-line/2751"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Returns detailed information for a specified stockable kit document line.
key required | string System-assigned unique key for the stockable kit document line. Example: 112 |
OK
Bad Request
{- "ia::result": {
- "id": "146",
- "key": "146",
- "documentHeader": {
- "documentNumber": "161",
- "key": "161",
- "id": "Build Kits-SM002",
- "documentType": "Build Kits",
- "href": "/objects/inventory-control/stockable-kit-document/161"
}, - "documentType": "Build Kits",
- "lineNumber": 0,
- "dimensions": {
- "item": {
- "key": "304",
- "id": "HAMMER17-KIT",
- "name": "HAMMER17-KIT",
- "href": "/objects/inventory-control/item/304"
}, - "warehouse": {
- "id": "WareHouse10004",
- "key": "4",
- "href": "/objects/inventory-control/warehouse/4"
}, - "location": {
- "id": "1",
- "key": "6",
- "href": "/objects/company-config/location/6"
}, - "department": {
- "id": null,
- "key": null
}, - "project": {
- "key": null,
- "id": null
}, - "task": {
- "key": null,
- "id": null
}, - "customer": {
- "key": null,
- "id": null,
- "name": null
}, - "vendor": {
- "key": null,
- "id": null,
- "name": null
}, - "employee": {
- "key": null,
- "id": null,
- "name": null
}, - "class": {
- "key": null,
- "id": null,
- "name": null
}
}, - "unitOfMeasure": {
- "id": "Each",
- "key": "3",
- "href": "/objects/inventory-control/unit-of-measure/3"
}, - "memo": "HAMMERS",
- "lineDescription": "Hammers",
- "quantity": "1.0000000000",
- "quantityConverted": "0.0000000000",
- "cost": "0.0000000000",
- "audit": {
- "modifiedDateTime": "2024-03-14T19:14:56Z",
- "createdDateTime": "2024-03-14T19:14:21Z",
- "createdByUser": {
- "key": "1",
- "href": "/objects/company-config/user/1"
}, - "createdBy": "1",
- "modifiedByUser": {
- "key": "1",
- "href": "/objects/company-config/user/1"
}, - "modifiedBy": "1"
}, - "status": "active",
- "costMethod": "FIFO",
- "unitQuantity": "1.0000000000",
- "unitCost": "0.0000000000",
- "extendedCost": "0.0000000000",
- "sourceDocument": {
- "key": null,
- "id": null,
- "documentType": null
}, - "sourceDocumentLine": {
- "id": null,
- "key": null,
- "documentType": "Build Kits"
}, - "txnCurrency": "USD",
- "baseCurrency": "USD",
- "quantityRemaining": "1.0000000000",
- "trackingDetail": [
- {
- "id": "128",
- "key": "128",
- "inventoryDocumentLine": {
- "id": "146",
- "key": "146",
- "documentType": "Build Kits",
- "href": "/objects/inventory-control/document-line/146"
}, - "item": {
- "key": "304",
- "id": "HAMMER17-KIT",
- "href": "/objects/inventory-control/item/304"
}, - "componentItem": {
- "id": null,
- "key": null
}, - "quantity": "1.0000000000",
- "serialNumber": "S#SK-001",
- "lotNumber": "L#001",
- "aisle": {
- "key": null,
- "id": null
}, - "row": {
- "key": null,
- "id": null
}, - "bin": {
- "key": "6",
- "id": "B#01",
- "href": "/objects/inventory-control/bin/6"
}, - "expirationDate": "2025-12-31",
- "audit": {
- "createdDateTime": "2024-03-14T19:14:21Z",
- "modifiedDateTime": "2024-03-14T19:14:56Z",
- "createdByUser": {
- "key": "1",
- "href": "/objects/company-config/user/1"
}, - "createdBy": "1",
- "modifiedByUser": {
- "key": "1",
- "href": "/objects/company-config/user/1"
}, - "modifiedBy": "1"
}, - "href": "/objects/inventory-control/document-line-detail/128"
}
], - "href": "/objects/inventory-control/stockable-kit-document-line/146"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}