GET api/v1/User/UpdateUserSetting/{hasPushNotifications}/{hasPlatformServices}/{deviceType}/{deviceModel}/{osVersion}/{screenName}

This api is used for update user setting like push notification enable or disabled and has plateform services

Request Information

URI Parameters

NameDescriptionTypeAdditional information
hasPushNotifications

true or false value

boolean

Required

hasPlatformServices

true or false value

boolean

Required

deviceType

which type of device calling this api

string

Required

deviceModel

which model device has

string

Required

osVersion

what is the Operation system of this device

string

Required

screenName

from which screen this api is calling

string

Required

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.