Get AdvertBaseList

Get a list of advertbases

Request

URL Method Need authentication
https://taps.partnerapi.timecut.se/api/advertbaselist GET Yes
https://taps.partnerapi.timecut.se/api/advertbaselist/filter/firstname/{PersonFirstname}/lastname/{PersonLastname} GET Yes
https://taps.partnerapi.timecut.se/api/advertbaselist/filter/born/{PersonBorn}/died/{PersonDied} GET Yes

Dto information

Type Message
Request
{
  "PersonFirstname": "",
  "PersonLastname": "",
  "PersonBorn": "",
  "PersonDied": ""
}
Response
[
  {
    "Id": "f82f6752-7674-4cdb-94da-216c1b349310",
    "Properties": {
      "PersonFirstname": "",
      "PersonLastname": "",
      "PersonBorn": "2026-01-10T04:56:45.9725261+00:00",
      "PersonDied": "2026-01-10T04:56:45.9725261+00:00",
      "PersonCity": "",
      "ClientSystem": "",
      "ClientNumber": "",
      "PersonCityBorn": "",
      "PersonCityLive": "",
      "PersonCityDied": "",
      "Funeral": {
        "Ceremonies": [
          {
            "Id": null,
            "Type": "",
            "Place": "",
            "Time": null,
            "Position": ""
          }
        ]
      },
      "Memoriz": {
        "VoucherKey": ""
      },
      "PersonFuneral": null,
      "MemoryCermonyLastBookingday": null
    },
    "Adverts": [
      {
        "Id": "661d21e7-d22c-408e-93f3-6acc8d5666fa",
        "TypeId": "c45422f0-9b7c-4f57-a3fc-5883322c36bd",
        "TypeName": "",
        "SimpleTypeId": 0,
        "MediaOrders": [
          {
            "Id": "7174417f-59a5-4ba7-9b76-dd7ef9c5f0b2",
            "MediaId": "caa9cafb-6fef-4cb1-aca0-123c203f21d1",
            "MediaName": "",
            "PublishTimes": [
              "0001-01-01T00:00:00"
            ],
            "MediaPublishStatusId": 0,
            "MediaPublishStatusTapsInternalId": 0,
            "MediaPublishStatusName": "",
            "MediaPublishSimpleStatusId": 0,
            "Revision": 0,
            "PriceTotalCustomer": "",
            "PriceMedia": "",
            "PriceTotalAgency": "",
            "ImageUrl": "",
            "MaterialUrl": "",
            "TypeId": "bc211f00-6228-49ad-ac1e-25f00b908655",
            "TypeName": "",
            "SimpleTypeId": 0
          }
        ]
      }
    ],
    "Summary": {
      "CountOfMediaOrders": 0
    }
  }
]