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

Transfer account team from C4C to Marketing Cloud

kunruhe
Discoverer
0 Likes
379

Hey everybody,

I'm trying to transfer account team from C4C to Marketing Cloud. I already tried to write account team data via Odata using the communication arrangement Marketing - Corporate Account (Version 3) - https://{host}:{port}/sap/opu/odata/sap/API_MKT_CORPORATE_ACCOUNT_SRV;v=0003. My GET-Request is working, but my PATCH always run into an error and I don't know why.

Odata configuration

Payload send to Marketing Cloud

Error within Marketing Cloud


Best regards

Katharina

Accepted Solutions (0)

Answers (1)

Answers (1)

SCHNEIDERT
Active Contributor

Hi Katharina,

have a look at the documentation: https://help.sap.com/viewer/0f9408e4921e4ba3bb4a7a1f75f837a7/2102.500/en-US/0f257efdd0594d87b4c8b726...

Here it's stated that for PATCH requests the Sap-Cuan-SequenceId property in the header is mandatory together with the Timestamp.

In that Payload Example you can see how it works: https://help.sap.com/viewer/0f9408e4921e4ba3bb4a7a1f75f837a7/2102.500/en-US/fb8c4f4b1d454cf8a26eefd5...

Think that leads to your error.

BR Tobias