POST api/v1/AEAddTracker
Request Information
URI Parameters
None.
Body Parameters
UrunParamatersAEName | Description | Type | Additional information |
---|---|---|---|
UrunId | integer |
None. |
|
Token | string |
None. |
|
QueryType | integer |
None. |
|
term | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UrunId": 1, "Token": "sample string 2", "QueryType": 3, "term": "sample string 4" }
application/xml, text/xml
Sample:
<UrunArastirmaModel.UrunParamatersAE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Models"> <QueryType>3</QueryType> <Token>sample string 2</Token> <UrunId>1</UrunId> <term>sample string 4</term> </UrunArastirmaModel.UrunParamatersAE>
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.