Class UserProfileUpdateRequest
Request to update a user profile.
Inheritance
UserProfileUpdateRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class UserProfileUpdateRequest
Properties
Declaration
[JsonProperty("address", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public UserAddress Address { get; set; }
Property Value
Declaration
[JsonProperty("emailAddress", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string EmailAddress { get; set; }
Property Value
Declaration
[JsonProperty("firstName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FirstName { get; set; }
Property Value
Declaration
[JsonProperty("id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Id { get; set; }
Property Value
Declaration
[JsonProperty("languageCode", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string LanguageCode { get; set; }
Property Value
Declaration
[JsonProperty("lastName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string LastName { get; set; }
Property Value
Methods
Declaration
public static UserProfileUpdateRequest FromJson(string data)
Parameters
Returns