on 07-23-2015 5:59 PM
Hi,
My requirement is to be able to update a C4C ticket with a Resolution status (L4 status), and two custom text strings.
This is the service configuration in C4C:
The three fields I need to update are: MashupMessage, SurveyMessage and ResolutionCategoryUUID, which are all set to Updatable.
When I do a get from some data for a ticket, I get this response:
Success.
Now I attempt to PUT this data, plus changes, back into C4C:
I get a 204 return code, as expected, which implies the udpate happened without errors...
However when I do a subsequent GET none of my new data is retrieved.
Is there some configuration that needs doing in order to make "PUT"/update functions work on a C4C OData service entity?
Thank you for your advice/help.
Lindsay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.