Hi guys,
I'm trying to call an API with the action POST. The API works from POSTMAN, however, once the exact body is an API is called from flow, it fails. We've called several other API from the same vendor but only this specific API fails.
Here's the json body for anyone interested. Really hoping for any advice.
{
"PolicyType": "AdvancedWinApp",
"Name": "Test NUS REST API Advanced Policy",
"Action": "NormalRun",
"Activation": {
"Enabled": true,
"DeactivateDate": {
"Year": 2025,
"Month": 5,
"Day": 30,
"Hours": 8,
"Minutes": 40,
"Seconds": 0
}
},
"IncludeComputersInSet": [
{
"Id": "62c3bb1c-0203-44bc-a6e0-839849df4210"
}
],
"ExcludeComputersInSet": [],
"IncludeComputerGroups": [],
"ExcludeComputerGroups": [],
"IncludeUsers": [
{
"UserName": "NUSSTF\\stavg"
}
],
"IncludeUserGroups": [],
"IncludeADComputerGroups": [],
"ExcludeADComputerGroups": [],
"Applications": [
{
"Type": "EXE",
"FileName": "Examplify_2.5.4_win.exe",
"FileNameCompare": "Exactly",
"Owner": "NUSSTF\\stavg"
}
]
}



This is the response on POSTMAN which is ok.
