REST API Parameters

0
Hi,   I’m trying to make a POST REST API with different parameters some of them mandatory some as optional is it possible to pass empty values in the parameter of POST REST API?
asked
2 answers
0

Yes. The attributes in the import mapping are not mandatory

answered
0

Answering your comment “I'm actually making a published rest service where I need certain parameters to be passed to a microflow and whenever I try passing them as empty it throws me an error.”

 

I am assuming the microflow is expecting strings for these optional params, you can pass it as single quotes(‘’) without any values in between them.

 

Did you try this?

answered