POST api/App/sp_UpdateGcmMaster_UserTypeAndUserId
Request Information
URI Parameters
None.
Body Parameters
sp_UpdateGcmMaster_UserTypeAndUserIdRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IMEI | string |
None. |
|
| GCMID | string |
None. |
|
| Userid | integer |
None. |
|
| UserType | string |
None. |
|
| IdentityId | integer |
None. |
|
| appVersion | string |
None. |
|
| Device | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IMEI": "sample string 1",
"GCMID": "sample string 2",
"Userid": 3,
"UserType": "sample string 4",
"IdentityId": 5,
"appVersion": "sample string 6",
"Device": "sample string 7"
}
application/xml, text/xml
Sample:
<sp_UpdateGcmMaster_UserTypeAndUserIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models"> <Device>sample string 7</Device> <GCMID>sample string 2</GCMID> <IMEI>sample string 1</IMEI> <IdentityId>5</IdentityId> <UserType>sample string 4</UserType> <Userid>3</Userid> <appVersion>sample string 6</appVersion> </sp_UpdateGcmMaster_UserTypeAndUserIdRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.