MaterialRowReferenceNumbers
Queryable, Introduced in version 26.6
GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/MaterialRowReferenceNumbers
Represents a reference number attached to a material row.
GUID
CE74CF58-BE7E-4311-9701-48DFD5AEB73D
Required permission
Show part
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the reference number. |
|
| MaterialRowId | Int64 | The business key identifier of the material row that the reference number belongs to. References MaterialRows
|
|
| Prefix | String | The prefix part of the reference number.
|
|
| From | String | The starting value of the reference number range.
|
|
| To | String | The ending value of the reference number range. Only valid when is numeric; otherwise this value is not persisted and the quantity is one.
|
|
| Suffix | String | The suffix part of the reference number.
|
|
| Remark | String | A free-text remark associated with the reference number.
|
|
| Quantity | Decimal | The quantity represented by the reference number range. This value is calculated from |
|
| RowIndex | Int32? | The display order of the reference number within the material row. |
Example
{
"Id": 0,
"MaterialRowId": 0,
"Prefix": null,
"From": null,
"To": null,
"Suffix": null,
"Remark": null,
"Quantity": 0.0,
"RowIndex": null
}