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": "d8ba4b53-3ddc-4537-b7e2-ab26ff3ec3c1",
"Properties": {
"PersonFirstname": "",
"PersonLastname": "",
"PersonBorn": "2026-06-05T10:36:42.8582149+00:00",
"PersonDied": "2026-06-05T10:36:42.8582149+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": "47ef5fe1-25b4-48ea-b826-f4c8d58dd5a6",
"Properties": {
"PersonFirstname": "",
"PersonLastname": "",
"PersonBorn": "2026-06-05T10:36:42.8582149+00:00",
"PersonDied": "2026-06-05T10:36:42.8582149+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": "e90326a3-d2ed-4509-9b43-f8d51333fbf4",
"TypeId": "347bb408-2636-4745-ae34-1f4ae61cb199",
"TypeName": "",
"SimpleTypeId": 0,
"MediaOrders": [
{
"Id": "2efc1799-74d3-4409-a85c-89569bddf584",
"MediaId": "f886af66-5666-4ed2-814f-986b8aba35f3",
"MediaName": "",
"PublishTimes": [
"0001-01-01T00:00:00"
],
"MediaPublishStatusId": 0,
"MediaPublishStatusTapsInternalId": 0,
"MediaPublishStatusName": "",
"MediaPublishSimpleStatusId": 0,
"Revision": 0,
"PriceTotalCustomer": "",
"PriceMedia": "",
"PriceTotalAgency": "",
"ImageUrl": "",
"MaterialUrl": "",
"TypeId": "a8a67990-e1c9-4652-8da3-b676b60b7a71",
"TypeName": "",
"SimpleTypeId": 0
}
]
}
],
"Summary": {
"CountOfMediaOrders": 0
}
} |
