mwalter
9 years agoOccasional Contributor
How to update a JSON request body
Hi,
I'm trying to update part of a Json REST request. Below is the json in question and I need to update the last row (OpenTaxFilters) to add values. I haven't really seen anything out there that anyone has done equivalent to this, but I'm expecting it must have been done. Anyone have any ideas on how I could go about this?
"GetOpenTaxLotsByAccount": {
"AccountNumber": "54007070",
"SecurityNumber": "",
"PriceIndicator": "",
"OpenTaxFilters": {"HeldAwayIn": ""}
Thanks,
Mike