Lot Or Serial No Object
The Lot or Serial No (LSN) is a record type that allows for specific identification of units within the same item.
End Point
/lotorserial
GET, PUT, DELETE
GET and DELETE requests expect parameter id of type Int32.
PUT can be used to change the number.
Properties
| Property | Caption | Data Type | Required |
| LotOrSerialNo
|
Number | String (50) | True |
| ItemRef | Item | EntityRef | True |
| Id | Id | Int32 | False |
| ExpirationDate
|
Expiration Date
|
DateTime
|
True |
| Description
|
Description
|
String(4000)
|
False |
| CustomFields | Custom Fields | Array of CustomFieldData | False |
Json Sample
{
"Id": 8980,
"LotOrSerialNo": "O-08-08",
"ItemRef: { "Name": "112"}
"ExpirationDate": "2029-01-31",
"Description":"With overlap",
"CustomFields": [
{
"Name": "LotSerCust1",
"Value": "Custom field value",
}
]
}