POST api/v1/SetMobileStoreId
Request Information
URI Parameters
None.
Body Parameters
ProfilPropName | Description | Type | Additional information |
---|---|---|---|
Token | string |
None. |
|
NotifyName | string |
None. |
|
State | boolean |
None. |
|
DeviceType | integer |
None. |
|
UserStoreId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Token": "sample string 1", "NotifyName": "sample string 2", "State": true, "DeviceType": 4, "UserStoreId": 5 }
application/xml, text/xml
Sample:
<ProfilProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Models"> <DeviceType>4</DeviceType> <NotifyName>sample string 2</NotifyName> <State>true</State> <Token>sample string 1</Token> <UserStoreId>5</UserStoreId> </ProfilProp>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.