Hello,
I'm hoping to make an App Builder app which creates a customer pricing sheet for our users by calling the /sxapioepricingmultiplev5. Currently I'm stuck trying to get data to /sxapioepricingmultiplev5 and data back from /sxapiargetcustomerdata. I can get /sxapiargetcustomerdata to respond just fine.
The problem is that App Builder is not accepting some Data path names as valid. For example, in the default customer pricing request one field is named "t-oemultprcinV2" and app builder seems to not accept the '-' character in the path name, The text box turns red and I get an error when the API runs. I have the field set up as a Body(JSON Path), and referenced as $.request.t-oemultprcinV2. Is this a bug or am I doing something wrong?
{
"request": {
"companyNumber": 0,
.......
"extraData": "string",
"t-oemultprcinV2": { <--
"t-oemultprcinV2": [ <--
{
"seqno": 0,
"whse": "string",
"prod": "string",
......
}
]
},....
I get....
Error: Lexical error on line 1. Unrecognized text.
$.request.t-oemultprcinV2.t-oem
-----------^