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

SMC Odata WS

former_member640082
Participant
0 Likes
957

Hello,

I need to consume a custom odata WS in SAP Marketing Cloud but i get the Error in JP. If anyone can tell me what am i missing here.

PS: When i execute the Get Method it works

Thank you in advance

View Entire Topic
MarkusGrant
Active Participant

Hi sarah_seingh ,

For the POST you need to add /YY1_BDS on to the URL you have used.

EDIT: There's actually an example on this help page https://help.sap.com/viewer/e0cd7c1ecf3d4f2f9feb46ec1c5b68fb/latest/en-US/07b1d8e18d924f5ba8bf5275e4...

"To use the function import, modify the links in accordance with this example:

Example

/sap/opu/odata/sap/*CustomBusinessObjectName*_cds/*RootNodeName*Sap_upsert?*SemanticKey*='xy'&*OtherField*='xy'&[..]"

Cheers,

Markus

former_member640082
Participant

Hello Markus,

Thank you very much for your reply it helped me a lot