POST api/user/update_firebase

Request Information

URI Parameters

None.

Body Parameters

user_firebase_request
NameDescriptionTypeAdditional information
firebase_token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "firebase_token": "sample string 1"
}

application/xml, text/xml

Sample:
<user_firebase_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PromptTech.CustomerApp.Models">
  <firebase_token>sample string 1</firebase_token>
</user_firebase_request>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

user_log_response
NameDescriptionTypeAdditional information
success

boolean

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<user_log_response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PromptTech.CustomerApp.Models">
  <message>sample string 2</message>
  <success>true</success>
</user_log_response>