Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!

ACS adobe.io REST API - PUT operation

Avatar

Level 4

Hi,

According to the API documentation it should be possible to use the PUT operation in the REST interface.

I am getting "Error rc=-2003" when sending PUT. What are the prerequisites to use it?

The use case is updating or inserting a record in a resource connected to the profile:

PUT https://mc.adobe.io/{{tenant}}/campaign/profileAndServicesExt/cusCustomResource/

With a payload containing each of the attributes in the schema.

Regards,

Jonas

6 Replies

Avatar

Level 2

Hi Jonas

Quick question : Are you trying to update all the properties or a specific one?

Per documentation you should use PATCH in case you want to apply updates to only the specified property and keeps the pre-existing value unmodified while in case you are using PUT , all properties needs to be specified.

Could you please try to use Patch in case you trying to update a specific value and see if that works for you?

You may also want to refer to below documentation for further clarification :

https://docs.campaign.adobe.com/doc/standard/en/api/ACS_API.html#get-post-patch-delete

and

https://docs.campaign.adobe.com/doc/standard/en/api/ACS_API.html#updating-profiles

Additionally , I found another article where you may want to read more on prerequisites and steps you need to follow : Using Adobe Campaign Standard APIs to maximize your cross-channel campaigns

Let me know if this helps.

Regards
Anshul Sharma

Avatar

Level 4

Hello Anshul,

As I mentioned I'm trying to update all properties.

PATCH and POST are working as expected.

The article you refer to doesn't mention PUT at all. Can you supply any examples where PUT is used with the API? I seem to be getting "Error rc=-2003" regardless of what parameters I send using PUT.

The way PUT is typically used in REST interfaces is to "insert or update" an entity, how would I go about using PUT in the adobe.io interface to achieve that?

Regards,

Jonas

Avatar

Level 10

Hi Jonas,

REST and JSON concepts are used for Adobe Campaign Standard API (view documentation) functionality.

  • readOnly: true/false. If true, it's not possible to insert this field in a payload during a PATCH or a PUT operation.

Make sure it's not readOnly.

I hope this helps!

All the best,

Pablo

Avatar

Level 4

Hi Pablo,

Your response doesn't seem to have anything with my question to do. See my previous response to Anshul.

Regards,

Jonas

Avatar

Level 10

Hi Jonas,

Did you confirm is not set to readOnly to be able to use PUT?

I'll see if others can help:

Adhiyan

Garima Gakhar

Vipul Raghav

All the best,

Pablo

Avatar

Level 4

Hi Pablo,

Yes, nothing is set to readOnly.

Regards,

Jonas