{
"inputs": {
"host": {
"connectionName": "xxxx",
"operationId": "ListRecords",
"apiId": "xxxx"
},
"parameters": {
"entityName": "xxx_productses",
"$select": "xxx_domain,xxx_nextbillingdate,xxx_name,xxx_dotorenew",
"$filter": "xxx_nextbillingdate ge @{addDays(utcNow(),28)} and xxx_nextbillingdate le @{addDays(utcNow(),31)} and xxx_duration eq 1 and sms_billingplan eq 1 and xxx_remindersent eq false and statecode eq 0 ",
"$expand": "xxx_Account($select=name,emailaddress1)"
},
"authentication": "@parameters('$authentication')"
},
"runtimeConfiguration": {
"paginationPolicy": {
"minimumItemCount": 5000
}
},
"metadata": {
"operationMetadataId": "xxxxxx"
}
}