PUT api/content/v4/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": "2bcf9bbb-afbb-42aa-9f1d-392176782566",
"Token": "e14ad43b-1580-41b4-a32c-dcb0b6037dc7",
"CustomerId": 5
}
application/xml, text/xml
Sample:
<AdvertiseHistoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <AdvertiseId>1</AdvertiseId> <CustomerId>5</CustomerId> <Token>e14ad43b-1580-41b4-a32c-dcb0b6037dc7</Token> <UniqueId>2bcf9bbb-afbb-42aa-9f1d-392176782566</UniqueId> <UserUniqueId>2</UserUniqueId> </AdvertiseHistoryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APICommonWrapperOfAdvertiseHistoryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | HttpStatusCode |
None. |
|
| Message | string |
None. |
|
| Data | AdvertiseHistoryResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": {
"IsSuccess": true
}
}
application/xml, text/xml
Sample:
<APICommonWrapperOfAdvertiseHistoryResponseMTRdQN6P xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/">
<d2p1:IsSuccess>true</d2p1:IsSuccess>
</Data>
<Message>sample string 1</Message>
<Status>Continue</Status>
</APICommonWrapperOfAdvertiseHistoryResponseMTRdQN6P>