PUT api/Content/v2/AddAdvertiseHistory
Request Information
URI Parameters
None.
Body Parameters
AdvertiseHistoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AdvertiseId | integer |
None. |
|
| UserUniqueId | integer |
None. |
|
| UniqueId | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
|
| CustomerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AdvertiseId": 1,
"UserUniqueId": 2,
"UniqueId": "b63a19a9-a8f1-4665-b277-53ffb5f5a9df",
"Token": "d87a0edd-17c7-443e-989b-b21f35dc90fa",
"CustomerId": 5
}
application/xml, text/xml
Sample:
<AdvertiseHistoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <AdvertiseId>1</AdvertiseId> <CustomerId>5</CustomerId> <Token>d87a0edd-17c7-443e-989b-b21f35dc90fa</Token> <UniqueId>b63a19a9-a8f1-4665-b277-53ffb5f5a9df</UniqueId> <UserUniqueId>2</UserUniqueId> </AdvertiseHistoryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AdvertiseHistoryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true
}
application/xml, text/xml
Sample:
<AdvertiseHistoryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <IsSuccess>true</IsSuccess> </AdvertiseHistoryResponse>