KitComponent
Represents component items that make up a kit, including the component item details, quantity, revenue percentage, and deferral and delivery status settings.
Columns
| Name | Type | ReadOnly | Description |
| component_CostMethod | String | True |
The cost method of the component item associated with this kit component. |
| component_Href | String | True |
The URL of the component item associated with this kit component. |
| component_Id | String | False |
The Id of the component item associated with this kit component. |
| component_ItemType | String | True |
The item type of the component item associated with this kit component. |
| component_Key | String | False |
The system-assigned key of the component item associated with this kit component. |
| component_Name | String | True |
The name of the component item associated with this kit component. |
| component_StandardCost | Decimal | True |
The standard cost of the component item associated with this kit component. |
| component_UnitOfMeasure | String | True |
The unit of measure for the component item associated with this kit component. |
| defaultDeferralStatus | String | False |
The default deferral status for this kit component, indicating how revenue deferral is applied. |
| defaultDeliveryStatus | String | False |
The default delivery status for this kit component, such as delivered or not delivered. |
| href | String | True |
The URL of the kit component resource. |
| id | String | True |
The unique identifier of the kit component record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the kit component record. |
| kit_Href | String | True |
The URL of the kit item associated with this component. |
| kit_Id | String | False |
The Id of the kit item associated with this component. |
| kit_Key | String | False |
The system-assigned key of the kit item associated with this component. |
| lineNumber | Int | False |
The sequential line number of this component within the kit. |
| numberOfUnits | Decimal | False |
The number of units of this component included in the kit. |
| revenuePercentage | Decimal | False |
The percentage of the kit's total revenue allocated to this component. |