Forum Discussion
- nmrao
Champion Level 2
Well, it would help if you can provide source and target data (need not be exact), at least resembling your data structure.- InekeBauwOccasional Contributor
For example this is an response payload of a PUT.
So if there is an extra element then these two, test should fail.
{
"ExternalReference": "Testing6",
"ErrorLog": []
}- nmrao
Champion Level 2
Is the provided response structure is same as your original response? does it have any recursive? Because, solution would be completely relate to data. If data differs, solution would differ.