In pega, while converting to JSON request we are getting this below
Actual:
eventBody : {“countryCode”:“DEU”,“duration”:“0”}
Expected :
eventBody : {"cultureCode": "en-GB"}
Tried ReplaceAll() function as well, Not working as expected
Please help.
In pega, while converting to JSON request we are getting this below
Actual:
eventBody : {“countryCode”:“DEU”,“duration”:“0”}
Expected :
eventBody : {"cultureCode": "en-GB"}
Tried ReplaceAll() function as well, Not working as expected
Please help.