Multiposter


Click here for a complete list of operations.

AdvertTrackingSentLog

Provides a mechanism to search for an advert's posting delivery sent logs

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /json/Multiposter.asmx/AdvertTrackingSentLog HTTP/1.1
Host: api.logicmelon.co.uk
Content-Type: application/json; charset=utf-8
Content-Length: length

{
  "Request": {
    "sCultureID": "string",
    "sAPIKey": "string",
    "sUsername": "string",
    "sUserIdentifier": "string",
    "sStartOrganisation": "string",
    "sAdvertID": "string",
    "sPostingID": "string",
    "DestinationsAsCSV": "string",
    "Destinations": [
      "string",
      "string"
    ],
  }
}
  
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

  
{ "d": [ or {
    "AdvertTrackingLog": [
      "PostingID": int,
      "FeedID": int,
      "FeedName": "string",
      "DeliveryDate": Date(),
      "ErrorLevel": "string",
      "Response": "string"
   },
    "AdvertTrackingLog": [
      "PostingID": int,
      "FeedID": int,
      "FeedName": "string",
      "DeliveryDate": Date(),
      "ErrorLevel": "string",
      "Response": "string"
   }
  ]
}
  

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /json/Multiposter.asmx/AdvertTrackingSentLog HTTP/1.1
Host: api.logicmelon.co.uk
Content-Type: application/json; charset=utf-8
Content-Length: length

{
  "Request": {
    "sCultureID": "string",
    "sAPIKey": "string",
    "sUsername": "string",
    "sUserIdentifier": "string",
    "sStartOrganisation": "string",
    "sAdvertID": "string",
    "sPostingID": "string",
    "DestinationsAsCSV": "string",
    "Destinations": [
      "string",
      "string"
    ],
  }
}
  
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

  
{ "d": [ or {
    "AdvertTrackingLog": [
      "PostingID": int,
      "FeedID": int,
      "FeedName": "string",
      "DeliveryDate": Date(),
      "ErrorLevel": "string",
      "Response": "string"
   },
    "AdvertTrackingLog": [
      "PostingID": int,
      "FeedID": int,
      "FeedName": "string",
      "DeliveryDate": Date(),
      "ErrorLevel": "string",
      "Response": "string"
   }
  ]
}