itemCrossSelling resource type
Represents an item Cross Selling in Business Central.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
| Method | Return Type | Description |
|---|---|---|
| GET itemCrossSelling | itemCrossSelling | Gets an itemCrossSelling object. |
Properties
| Property | Type | Description | Max Length |
|---|---|---|---|
| 🔑 id | GUID | The unique ID of the itemCrossSelling. Non-editable. | |
| itemNo | Text | Specifies the item no. of the item. | 20 |
| variantCode | Text | Specifies the variant code of the item. | 10 |
| crossSellingItemNo | Text | Specifies the item no. of the cross selling item. | 20 |
| crossSellingVariantCode | Text | Specifies the variant code of the cross selling item. | 20 |
| itemId | GUID | Specifies the Id of the item. | |
| crossSellingItemId | GUID | Specifies the Id of the cross selling item. | |
| quantity | Decimal | Specifies the quantitiy of the cross selling item. |