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": "722f3188-de0f-49b8-8091-93acedb3a758",
  "Properties": {
    "PersonFirstname": "",
    "PersonLastname": "",
    "PersonBorn": "2026-06-05T08:24:46.5331969+00:00",
    "PersonDied": "2026-06-05T08:24:46.5331969+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": "73166e56-4be4-4d76-a07b-3c668e13d689",
  "Properties": {
    "PersonFirstname": "",
    "PersonLastname": "",
    "PersonBorn": "2026-06-05T08:24:46.5331969+00:00",
    "PersonDied": "2026-06-05T08:24:46.5331969+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": "265dac63-faa1-434d-b901-c218e415aec5",
      "TypeId": "c672299a-6ea2-480f-9cdf-d9506f706c0b",
      "TypeName": "",
      "SimpleTypeId": 0,
      "MediaOrders": [
        {
          "Id": "46f820ef-e579-45d4-b295-bd2e24d9f98f",
          "MediaId": "47ecdc67-9ea8-4f70-8d83-370d2b30a209",
          "MediaName": "",
          "PublishTimes": [
            "0001-01-01T00:00:00"
          ],
          "MediaPublishStatusId": 0,
          "MediaPublishStatusTapsInternalId": 0,
          "MediaPublishStatusName": "",
          "MediaPublishSimpleStatusId": 0,
          "Revision": 0,
          "PriceTotalCustomer": "",
          "PriceMedia": "",
          "PriceTotalAgency": "",
          "ImageUrl": "",
          "MaterialUrl": "",
          "TypeId": "1647adf3-02b7-4812-93a6-59a8ca1788a1",
          "TypeName": "",
          "SimpleTypeId": 0
        }
      ]
    }
  ],
  "Summary": {
    "CountOfMediaOrders": 0
  }
}