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:
Notice that the collection "address" was not entered at the request.
PreviousHandling of full update approach in update modulesNextRe-enablement of the custom IML functions in Make
Last updated