07/17/2023 11:40 PM
I need mimic the following JSON that works in the body in Postman.
07/18/2023 12:18 AM - edited 07/18/2023 12:20 AM
Can you try the below options for https params:
Option1:
"httpParams": "{\"IsDefault\": \"false\",\"Role\": {\"XRefCode\":\"${entitlementValue.entitlementID}\"},\"EffectiveStart\":\"${today.getTime().format(yyyy-MM-dd)}\"}"
Option 2:
"httpParams": "{\"IsDefault\": false,\"Role\": {\"XRefCode\":\"${entitlementValue.entitlementID}\"},\"EffectiveStart\":\"${today.getTime().format(yyyy-MM-dd)}\"}"