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": "e1238715-4e8a-4a11-8c3f-c8161d68e98f",
"Properties": {
"PersonFirstname": "",
"PersonLastname": "",
"PersonBorn": "2026-01-10T04:55:18.4908194+00:00",
"PersonDied": "2026-01-10T04:55:18.4908194+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": "1558b439-1f2d-47a9-88af-fc8406eb1377",
"Properties": {
"PersonFirstname": "",
"PersonLastname": "",
"PersonBorn": "2026-01-10T04:55:18.4908194+00:00",
"PersonDied": "2026-01-10T04:55:18.4908194+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": "cea59c7b-7ac4-4c8a-a442-abd04d191e57",
"TypeId": "1887f502-e273-4bca-8bb8-48fd709ef1d4",
"TypeName": "",
"SimpleTypeId": 0,
"MediaOrders": [
{
"Id": "87870060-e243-418b-8098-7904c348f163",
"MediaId": "4e4083a9-1626-45b6-96d4-8185abc14feb",
"MediaName": "",
"PublishTimes": [
"0001-01-01T00:00:00"
],
"MediaPublishStatusId": 0,
"MediaPublishStatusTapsInternalId": 0,
"MediaPublishStatusName": "",
"MediaPublishSimpleStatusId": 0,
"Revision": 0,
"PriceTotalCustomer": "",
"PriceMedia": "",
"PriceTotalAgency": "",
"ImageUrl": "",
"MaterialUrl": "",
"TypeId": "9394a330-b0d0-458c-91dd-71caabfd2c3f",
"TypeName": "",
"SimpleTypeId": 0
}
]
}
],
"Summary": {
"CountOfMediaOrders": 0
}
} |
