system.kanoa.lot.updateLotAttribute
Description
Updates a lot attributeSyntax
updateLotAttribute(lotAttributeInfo, userId)Parameters:
Returns:
Dictionary
Parameter | Type | Required | Notes |
---|---|---|---|
lotAttributeId | int | ||
lotId | int | ||
lotAttributeName | string | ||
lotAttributeValue | string |
Code Examples
lotAttributeInfo = {
'lotAttributeId': 1,
'lotId': 241,
'lotAttributeName': 'testWeight',
'lotAttributeValue': 'testValue'
}
system.kanoa.lot.updateLotAttribute(lotAttributeInfo, 5)
>>>
None
1
>>>