POST api/AdvertisingId/Post
Request Information
URI Parameters
None.
Body Parameters
AdIdRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackerId | integer |
None. |
|
| AdvertisingId | string |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"trackerId": 1,
"advertisingId": "sample string 2",
"type": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.