consuming REST API with null value fields
34
Views
0
Comments
New
Backend

While consuming any rest API with null value fields, platform discard those fields from the output of that API. So instead of discarding those we can consume those as text and show message that your null values fields are created as text. Thanks.