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": "96c91a57-5203-4aaa-96ca-503c107d9dce",
"Token": "998a2f69-bca0-4059-8842-6634b40d7828",
"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>998a2f69-bca0-4059-8842-6634b40d7828</Token> <UniqueId>96c91a57-5203-4aaa-96ca-503c107d9dce</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>