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

Update fields for article from CCO to CCO Manager

RicardoRenteria
Participant
0 Likes
422

Hi all,

In CCO restaurant mode, we are storing some information in the field UdfStringXL1 for articles using a plugin; this information is changed at sales moment and this field keeps the new information in CCO, but we need send that change to CCO manager, I mean, update the field UdfStringXL1 there for the article. How can I achieve that via plugin? Is there any method to send data from CCO to CCO manager?

I see for example a method called sendToERP in the MaterialManager class, but I don´t know if it fits my needs neither how to use it.

Thanks for your help.

Accepted Solutions (0)

Answers (2)

Answers (2)

JoergAldinger
Active Contributor
0 Likes

Hello Ricardo:

This PUT request should do what you want, I believe: https://server.local/ccos/api-documentation/#/default/bulkInsertOrUpdate

Hope this helps.

Best regards,

Joerg.

RicardoRenteria
Participant
0 Likes

Anyone on this?

I see CCO Manager provides an API but is not clear the documentation. Any suggestions?