Internal: Storage: UpdateAccount
UpdateAccount
Updates the account settings
Input Parameter | Type | Description |
---|---|---|
AccountName* | String | Account NMUA |
FirstName* | String | |
LastName* | String | |
Email* | String |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean | True or false |
*=required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/storage/api.php?Task=UpdateAccount&AccountName=nmua000001&FirstName=Steven&LastName=Lammens&Email=steven.lammens@nomadesk.com'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>