Post AdvertBase

Add or update an advertbase into the system.

If the Id exists since before it will be updated, otherwize the post will be added

The "/advertbase/withmemoriz" service will add the advertbase into memoriz as well

Request

URL Method Need authentication
https://taps-partnerapi.timecut.se/api/advertbase
https://taps-partnerapi.timecut.se/api/advertbase/withmemoriz
POST Yes

Dto information

Type Message
Request
{
  "Id": "8a1a8d1a-e76e-42a7-8b5e-6b5f411bfe1f",
  "Properties": {
    "PersonFirstname": "",
    "PersonLastname": "",
    "PersonBorn": "2026-01-10T04:36:33.1733274+00:00",
    "PersonDied": "2026-01-10T04:36:33.1733274+00:00",
    "PersonCity": "",
    "ClientSystem": "",
    "ClientNumber": "",
    "PersonCityBorn": "",
    "PersonCityLive": "",
    "PersonCityDied": "",
    "Funeral": {
      "Ceremonies": [
        {
          "Id": null,
          "Type": "",
          "Place": "",
          "Time": null,
          "Position": ""
        }
      ]
    },
    "Memoriz": {
      "VoucherKey": ""
    },
    "PersonFuneral": null,
    "MemoryCermonyLastBookingday": null
  },
  "Summary": {
    "CountOfMediaOrders": 0
  }
}
Response
{
  "Id": "df7d1114-8c1a-422b-bb9b-93c0ba97e124",
  "Properties": {
    "PersonFirstname": "",
    "PersonLastname": "",
    "PersonBorn": "2026-01-10T04:36:33.1733274+00:00",
    "PersonDied": "2026-01-10T04:36:33.1733274+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": "0b998af7-dabe-45e3-8f92-a9fab9a115f3",
      "TypeId": "3e1e7642-5f38-4496-9758-191d7f22a2c9",
      "TypeName": "",
      "SimpleTypeId": 0,
      "MediaOrders": [
        {
          "Id": "0c7deaa0-7b00-423c-87c7-99f742be1991",
          "MediaId": "7e7d81d7-da01-4e4c-8cf1-a5444bc5fb27",
          "MediaName": "",
          "PublishTimes": [
            "0001-01-01T00:00:00"
          ],
          "MediaPublishStatusId": 0,
          "MediaPublishStatusTapsInternalId": 0,
          "MediaPublishStatusName": "",
          "MediaPublishSimpleStatusId": 0,
          "Revision": 0,
          "PriceTotalCustomer": "",
          "PriceMedia": "",
          "PriceTotalAgency": "",
          "ImageUrl": "",
          "MaterialUrl": "",
          "TypeId": "d941820b-002c-4202-bce3-3ae8b563b36c",
          "TypeName": "",
          "SimpleTypeId": 0
        }
      ]
    }
  ],
  "Summary": {
    "CountOfMediaOrders": 0
  }
}