SetLocationSubscribeSettings

Sets the notification settings for a location

Authentication Methods


  1. With a username and password
Input Parameter Type Description
Token String Security token
ID String LocationID to set the subscribe settings for
SyncProblemNotification NotificationType Never/Immediate/Daily/Weekly
Output Parameter Type Description
Success Status Returns status code

CURL EXAMPLE

curl -v 'https://storage.example.com/storage/api.php?Token=ms28lbbsql627i3ftmoq2j00q2&Task=SetLocationSubscribeSettings&ID=c7260610-c529-b2bf-6b3e-16ec2882f3d1&SyncProblemNotification=Immediate'

Response

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