itemReference resource type
Represents an itemReference 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 itemReference | itemReference | Gets an itemReference object. |
| DELETE itemReference | none | Deletes an itemReference object. |
| POST itemReference | itemReference | Creates an itemReference object. |
| PATCH itemReference | itemReference | Updates an itemReference object. |
Properties
| Property | Type | Description | Max Length |
|---|---|---|---|
| 🔑 id | GUID | The unique ID of the itemReference. Non-editable. | |
| itemNo | string | Item Number | 20 |
| variantCode | string | Variant Code | 10 |
| referenceType | NAV.ItemReferenceType | Specifies the type for this item reference. Can be " ", "Customer", "Vendor" and "Bar Code" | |
| referenceTypeNo | string | Reference number for the reference type | 20 |
| referenceNo | string | Reference Number | 50 |
| description | string | Primary description of this item reference | 100 |
| description2 | string | Secondary description of this item reference | 50 |
See Also
GET itemReference
DELETE itemReference
POST itemReference
PATCH itemReference