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": "65202b9f-20da-4805-abaa-80ac58d9c0e8",
"Properties": {
"PersonFirstname": "",
"PersonLastname": "",
"PersonBorn": "2026-09-27T04:56:08.7861294+00:00",
"PersonDied": "2026-09-27T04:56:08.7861294+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": "27fb1d7f-16d0-4697-a954-c51981a76c0b",
"Properties": {
"PersonFirstname": "",
"PersonLastname": "",
"PersonBorn": "2026-09-27T04:56:08.7861294+00:00",
"PersonDied": "2026-09-27T04:56:08.7861294+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": "37da99d2-cd3a-496b-94e4-39898696e3b5",
"TypeId": "df5a738c-aef1-417c-a6b6-b37e66a0c593",
"TypeName": "",
"SimpleTypeId": 0,
"MediaOrders": [
{
"Id": "0d5781ca-07f5-4b44-a9e4-18110885bca5",
"MediaId": "a515f270-12d9-459c-b2d8-9194243d07f0",
"MediaName": "",
"PublishTimes": [
"0001-01-01T00:00:00"
],
"MediaPublishStatusId": 0,
"MediaPublishStatusTapsInternalId": 0,
"MediaPublishStatusName": "",
"MediaPublishSimpleStatusId": 0,
"Revision": 0,
"PriceTotalCustomer": "",
"PriceMedia": "",
"PriceTotalAgency": "",
"ImageUrl": "",
"MaterialUrl": "",
"TypeId": "9434ea2d-93de-4520-8db8-d8458554fb1c",
"TypeName": "",
"SimpleTypeId": 0
}
]
}
],
"Summary": {
"CountOfMediaOrders": 0
}
} |
