Question
OneAmerica
US
Last activity: 15 Mar 2019 10:56 EDT
Pega encloses decimals in quotes in Connect-REST Request
We are trying to send POST request (JSON) from Connect-REST. However, when using "map from JSON", decimal properties are being enclosed in quotes:
...."totalDecimal":"865.0" }
Property we are mapping from is Decimal property and property we are mapping to is Decimal property
How can we make sure JSON payload does not wrap decimals, integers, non-text fields in double quotes?
***Edited by Moderator Marissa to update platform capability tags****