-
Notifications
You must be signed in to change notification settings - Fork 220
Closed
Description
Using below in response file
{
"partnerDetails": [{{#each (csvMatchingRows ‘saseID’ ‘partnerID’ (Request.Body 'jsonpath' '$.partnerID') ‘ban’)}}
{
"partnerName": "VERSA",
"mccid": "1-2LGSN5M",
"partnerID": "{{this.partnerID}}",
"accountNumber": "{{this.ban}}",
"orgID": "string"
}{{#unless @last}},{{/unless}} {{/each}}
],
"hasMoreRows": false
}
but seems it is not working
Request:
{"PageSize":"500","partnerName":"VERSA","mccid":null,"partnerID":"TEST-CONCERTO-11-3-3-8498","PageNo":"1","accountNumber":[]}
getting response below on hitting:
{
"partnerDetails": [],
"hasMoreRows": false
}
Metadata
Metadata
Assignees
Labels
No labels