Microsoft Health Web Methods

SetApplicationSettings

Request

Sets the application specific settings for the person.

An application can store person preferences and other settings for the person in the Microsoft Health Service. These settings are automatically returned when GetPersonInfo is called but can also be retrieved by calling GetApplicationSettings.

If you are familiar with Windows development, this would be analogus to HKEY_CURRENT_USER settings in the Windows Registry.

The Microsoft Health Service does not interpret this data at all and only acts as storage for it on behalf of the application.

Response

This method only responds with a status code.

<Documentation pending>