Kit Wizard
The Kit Wizard end point allows you change the selections on a sales order or quote having kits or config boms.
End Point
/kitwizard
GET, PUT
GET requests expect parameters tranType of type RecordTypeEnum and lineId of type Int32.
Properties (All Required)
| Property | Data Type |
| TranType | RecordTypeEnum |
| LineId | Int32
|
| KitComponentId | Int32
|
| KitSelectionId | Int32
|
| QuantityPer | Decimal |
| PricePer | Decimal |
You use the same method to select and de-selected. In otherwords, if the selection was already selected, this method will de-select it.
Json Sample
{
"TranType": 7,
"LineId": 1154,
"KitComponentId": 24,
"KitSelectionId": 300,
"QuantityPer": 4.00,
"PricePer": 40.65,
}