POST api/v1/GetUsetStoreApiList

Request Information

URI Parameters

None.

Body Parameters

ProfilProp
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProfilProp'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.