By default the exmployID=1. The testing of the integration is successful.
I created a proxy api the the integration. “Set Integration Request” was attached to Preflow’s Resuest flow by default. And a parameter with name “employeeID” was set with default value 2.
{"error":{"code":400,"message":"Invalid JSON payload received. Unknown name \"employeelD\": Cannot bind query parameter. Field 'employeelD' could not be found in request message.","status":"INVALID_ARGUMENT","details":[{"@type":"type.googleapis.com/google.rpc.BadRequest","fieldViolations":[{"description":"Invalid JSON payload received. Unknown name \"employeelD\": Cannot bind query parameter. Field 'employeelD' could not be found in request message."}]}]}}
Thanks for pointing the mistake. However, I have noticed the typo and corrected it. There is still the problem.
{
"error": {
"code": 400,
"message": "Invalid JSON payload received. Unknown name \"employeeID\": Cannot bind query parameter. Field 'employeeID' could not be found in request message.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"description": "Invalid JSON payload received. Unknown name \"employeeID\": Cannot bind query parameter. Field 'employeeID' could not be found in request message."
}
]
}
]
}
}
{
"error": {
"code": 400,
"message": "Invalid JSON payload received. Unknown name \"employeeID\": Cannot bind query parameter. Field 'employeeID' could not be found in request message.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"description": "Invalid JSON payload received. Unknown name \"employeeID\": Cannot bind query parameter. Field 'employeeID' could not be found in request message."
}
]
}
]
}
}