cancel
Showing results for 
Search instead for 
Did you mean: 

Response payload in case of PUT/PATCH method in MCF

Anand10
Explorer
0 Kudos

Hi All,

As part of requirement related to Multichannel Foundation for Utilities we have to update few data in contractaccount entity and in response we have to send some data in payload.

Please suggest some approach to send data in payload response for update entity scenario.

Regards,

Anand

Accepted Solutions (0)

Answers (2)

Answers (2)

yevgen_trukhin
Advisor
Advisor
0 Kudos

With PUT u get a response 204 No content, that means the operation went successfully. No other payload is returned.

yevgen_trukhin
Advisor
Advisor
0 Kudos

Hi Anand, you would need to issue PUT requests to perform modifications. There is no support for PATCH or MERGE.

For samples you could debug in chrome the sample UI mobile app.

Thanks Yevgen

Anand10
Explorer
0 Kudos

Hi Yevgen,

I tried PUT request for modifications but i was not getting any payload in response.

Could you please elaborate.

Thanks & Regards,
Anand