POST api/v1/toolv1/AppClickOperating
Request Information
URI Parameters
None.
Body Parameters
AppDownPageClickDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientTag | string |
None. |
|
| Appid | integer |
None. |
|
| InviteCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientTag": "sample string 1",
"Appid": 2,
"InviteCode": "sample string 3"
}
application/xml, text/xml
Sample:
<AppDownPageClickDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Logs"> <Appid>2</Appid> <ClientTag>sample string 1</ClientTag> <InviteCode>sample string 3</InviteCode> </AppDownPageClickDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json
Sample:
Sample not available.
application/xml
Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
text/json
Sample:
{}
text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />