putSystemUnits

Operation Id:
system/units/put [Official Documentaction]
Methods

  • units Array<Object>
  • id Integer
  • nameInPanel String
  • precisionUnit Integer
  • visible Boolean
  • descriptions Array<Object>
Examples

This function sets the name of the system unit with an ID of 3 to "paczki" in the panel.

const result = await idosellRequest.putSystemUnits
	.id(3)
	.nameInPanel("paczki")
	.exec()