cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

C4M API_MKT_CONTACT_SRV Update Contact Timestamp issue

tomvanrooijen
Participant
0 Likes
524

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 refused

Now 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

Accepted Solutions (1)

Accepted Solutions (1)

former_member599277
Contributor
0 Likes

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.

Answers (0)