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": "792a01b8-536a-42c2-92ad-e3c62fdac057",
"Properties": {
"PersonFirstname": "",
"PersonLastname": "",
"PersonBorn": "2026-08-20T14:18:01.7874168+00:00",
"PersonDied": "2026-08-20T14:18:01.7874168+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": "140277e0-fc8a-483f-b2ec-35df0f47bdf7",
"Properties": {
"PersonFirstname": "",
"PersonLastname": "",
"PersonBorn": "2026-08-20T14:18:01.7874168+00:00",
"PersonDied": "2026-08-20T14:18:01.7874168+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": "39bf3d6e-6c1c-44f2-864b-53b56fe6b610",
"TypeId": "d30a6989-8394-4afd-bf66-57cb12bf5ee3",
"TypeName": "",
"SimpleTypeId": 0,
"MediaOrders": [
{
"Id": "10f048eb-2b22-4ceb-8b37-16d53f6e57f1",
"MediaId": "0f30d83c-7a69-4a1e-93aa-afc700fab431",
"MediaName": "",
"PublishTimes": [
"0001-01-01T00:00:00"
],
"MediaPublishStatusId": 0,
"MediaPublishStatusTapsInternalId": 0,
"MediaPublishStatusName": "",
"MediaPublishSimpleStatusId": 0,
"Revision": 0,
"PriceTotalCustomer": "",
"PriceMedia": "",
"PriceTotalAgency": "",
"ImageUrl": "",
"MaterialUrl": "",
"TypeId": "44d54c89-af5f-4955-ae35-93369b9f45fa",
"TypeName": "",
"SimpleTypeId": 0
}
]
}
],
"Summary": {
"CountOfMediaOrders": 0
}
} |
