ChangeComputerDescription

Authentication Methods


  • With a username and password
Input Parameter Type Description
LocationID String ID of the PC where the nomadesk dashboard is running on
ComputerDescription String Computer description of the PC where the nomadesk dashboard is running on
Token String Security token
Output Parameter Type Description
Success Boolean True on success, False on failure

EXAMPLES

curl 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=ChangeComputerDescription&LocationID=locationid&ComputerDescription=computerdescription'

RESPONSE

<Response>
    <Status>1</Status>
    <Message></Message>
</Response>