Share via


RetailTransactionService::activateDevice Method [AX 2012]

Activate the device.

Syntax

client server public static container activateDevice(
    RetailDeviceId deviceId, 
    RetailTerminalId terminalId, 
    RetailStaffId staffId)

Run On

Called

Parameters

Return Value

Type: container
A container object containing status of activation, error message (if any) and the details of the device - terminal, store

Remarks

Validates the Device with the activation code and generates a token.

See Also

Reference

RetailTransactionService Class