I have created a connector for an external rest call, and I am having issues parsing the return values.
The data returns correctly up to the highlighted:
This is the raw return:
ConnectorRequest1": {
"quoteSummaries": [
{
"quoteId": 2215455953,
"carrier": {
"carrierCode": "T8154",
"carrierName": "Saia Motor Freight Line",
"scac": "SAIA"
},
"customer": {},
"totalCharge": 337.95...
Read more
The data returns correctly up to the highlighted:
This is the raw return:
ConnectorRequest1": {
"quoteSummaries": [
{
"quoteId": 2215455953,
"carrier": {
"carrierCode": "T8154",
"carrierName": "Saia Motor Freight Line",
"scac": "SAIA"
},
"customer": {},
"totalCharge": 337.95...
Read more