on ‎2021 Sep 09 9:42 AM
Hi all,
I'm trying to update a contact in C4M using the API_MKT_CONTACT_SRV api. Technically it is successful but I still have a timestamp issue so the update is refused.
The error message in the import monitor is this:
Imported entry SAP_C4C_BUPA-1000051 outdated (existing data valid from 0.0000000); update refusedNow I know from other questions asked and even sap notes that I need to provide a more recent timestamp, but I am unsure how to pass this information to C4M. Also the timestamp 0.0000000 seems strange.
I am using Postman (Patch verb) in this test phase and sofar have tried these headers : Timestamp, Sap-Cuan-RequestTimestamp, LastChangeDateTime.
I also have tried updating the json body timestamp field LastChangeDateTime
So my question is: How do I supply a more recent timestamp to this API. Should I use a http header or json body field, which one? And also which format does the timestamp need?
Thanks!
Tom
Request clarification before answering.
Hello Tom,
You have provide a latest Timestamp to the below attribute
"OriginDataLastChgUTCDateTime"
in your payload
You can find the examples in
Payload Examples - SAP Help Portal
Regards,
Saravana.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.