Removal of empty collections and nulls
There are API services that throw an error when you pass an empty collection or null for certain optional fields.
An example of request and response:
Notice that the collection "address" has empty data.
Custom IML function removing the empty collections and arrays:
In the module:
The request and response will be changed into this:
Last updated