POST api/rateApp/MobileUser
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MobileUserId": 1,
"UserId": 1,
"EnablePushNotification": true,
"ClosingBell": 3,
"BreakingNews": 4,
"EnableSoundMobile": true,
"MarketBetterSound": "sample string 6",
"MarketWorseSound": "sample string 7",
"BreakingNewsSound": "sample string 8",
"AudioSigmaSound": "sample string 9",
"OpeningBellSound": "sample string 10",
"ClosingBellSound": "sample string 11",
"AnnouncementSound": "sample string 12",
"EnableAMTrackingQuoteMobile": true,
"EnableClosingBellMobile": true,
"EnableStaticAlertMobile": true,
"AlertStaticTriggersMobile": [
{
"TriggerID": 1,
"Time": "sample string 2",
"Enabled": true
},
{
"TriggerID": 1,
"Time": "sample string 2",
"Enabled": true
},
{
"TriggerID": 1,
"Time": "sample string 2",
"Enabled": true
}
],
"EnableInstantAlertMobile": 16,
"EnableBreakingNewsMobile": true,
"EnableAlertsMobile": true,
"EnableAudioSigma": true,
"MorningQuoteIdMobile": 20,
"EnableInstantAlertEmail": 21,
"EnableEmailBreakingNews": true,
"EnableAMTrackingQuoteEmail": true,
"EnableClosingBellEmail": true,
"EnableEmailAlert": true,
"EnableStaticAlertEmail": true,
"MorningQuoteIdEmail": 27,
"AlertStaticTriggersEmail": [
{
"TriggerID": 1,
"Time": "sample string 2",
"Enabled": true
},
{
"TriggerID": 1,
"Time": "sample string 2",
"Enabled": true
},
{
"TriggerID": 1,
"Time": "sample string 2",
"Enabled": true
}
],
"ApiKey": "sample string 28",
"MobileDeviceId": "sample string 29"
}
application/xml, text/xml
Sample:
<RateAppMobileUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RateAlert.DAL.Entities">
<ApiKey>sample string 28</ApiKey>
<MobileDeviceId>sample string 29</MobileDeviceId>
<UserId>30</UserId>
<AlertStaticTriggersEmail>
<RataAppAlertStaticTrigger>
<Enabled>true</Enabled>
<Time>sample string 2</Time>
<TriggerID>1</TriggerID>
</RataAppAlertStaticTrigger>
<RataAppAlertStaticTrigger>
<Enabled>true</Enabled>
<Time>sample string 2</Time>
<TriggerID>1</TriggerID>
</RataAppAlertStaticTrigger>
<RataAppAlertStaticTrigger>
<Enabled>true</Enabled>
<Time>sample string 2</Time>
<TriggerID>1</TriggerID>
</RataAppAlertStaticTrigger>
</AlertStaticTriggersEmail>
<AlertStaticTriggersMobile>
<RataAppAlertStaticTrigger>
<Enabled>true</Enabled>
<Time>sample string 2</Time>
<TriggerID>1</TriggerID>
</RataAppAlertStaticTrigger>
<RataAppAlertStaticTrigger>
<Enabled>true</Enabled>
<Time>sample string 2</Time>
<TriggerID>1</TriggerID>
</RataAppAlertStaticTrigger>
<RataAppAlertStaticTrigger>
<Enabled>true</Enabled>
<Time>sample string 2</Time>
<TriggerID>1</TriggerID>
</RataAppAlertStaticTrigger>
</AlertStaticTriggersMobile>
<AnnouncementSound>sample string 12</AnnouncementSound>
<AudioSigmaSound>sample string 9</AudioSigmaSound>
<BreakingNews>4</BreakingNews>
<BreakingNewsSound>sample string 8</BreakingNewsSound>
<ClosingBell>3</ClosingBell>
<ClosingBellSound>sample string 11</ClosingBellSound>
<EnableAMTrackingQuoteEmail>true</EnableAMTrackingQuoteEmail>
<EnableAMTrackingQuoteMobile>true</EnableAMTrackingQuoteMobile>
<EnableAlertsMobile>true</EnableAlertsMobile>
<EnableAudioSigma>true</EnableAudioSigma>
<EnableBreakingNewsMobile>true</EnableBreakingNewsMobile>
<EnableClosingBellEmail>true</EnableClosingBellEmail>
<EnableClosingBellMobile>true</EnableClosingBellMobile>
<EnableEmailAlert>true</EnableEmailAlert>
<EnableEmailBreakingNews>true</EnableEmailBreakingNews>
<EnableInstantAlertEmail>21</EnableInstantAlertEmail>
<EnableInstantAlertMobile>16</EnableInstantAlertMobile>
<EnablePushNotification>true</EnablePushNotification>
<EnableSoundMobile>true</EnableSoundMobile>
<EnableStaticAlertEmail>true</EnableStaticAlertEmail>
<EnableStaticAlertMobile>true</EnableStaticAlertMobile>
<MarketBetterSound>sample string 6</MarketBetterSound>
<MarketWorseSound>sample string 7</MarketWorseSound>
<MobileUserId>1</MobileUserId>
<MorningQuoteIdEmail>27</MorningQuoteIdEmail>
<MorningQuoteIdMobile>20</MorningQuoteIdMobile>
<OpeningBellSound>sample string 10</OpeningBellSound>
<UserId>1</UserId>
</RateAppMobileUser>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.