Skip to content

Save FCM token

Request to be POSTed to uri : /NorenWClientTP/SaveFMCToken

Request Details

Parameter Name Possible value Description
jData* Should send json object with fields in below list
jKey* Key Obtained on login success.
Json Fields Possible value Description
uid* User Id
fcmtkn* FCM token collected from device

Response Details

Response data will be in json format with below fields:

Json Fields Possible value Description
stat Ok or Not_Ok If save FCM token is Success Or failure status
request_time This will be present only if password change succeeds.
emsg This will be present only if save token fails

Sample Success Response

{
"request_time":"14:59:43 27-05-2020",
"stat":"Ok"
}

Sample Failure Response

{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}