POST v1/{instance}/users/settings

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
instance
No documentation available.

Define this parameter in the request URI.

Settings
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LastVersionSeen": "2024-06-08T18:02:34.4210237+00:00",
  "NotificationSettings": {
    "NotifyMethod": "sample string 1",
    "NotifyTime": "2024-06-08T18:02:34.4210237+00:00"
  }
}

application/xml, text/xml

Sample:
<UserSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAS.Models.ViewModels">
  <LastVersionSeen>2024-06-08T18:02:34.4210237+00:00</LastVersionSeen>
  <NotificationSettings>
    <NotifyMethod>sample string 1</NotifyMethod>
    <NotifyTime>2024-06-08T18:02:34.4210237+00:00</NotifyTime>
  </NotificationSettings>
</UserSettings>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.