Skip to main content
POST
/
api
/
wsfev1
/
FEDummy
cURL
curl --request POST \
  --url http://localhost:3000/api/wsfev1/FEDummy \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "AppServer": "<string>",
  "DbServer": "<string>",
  "AuthServer": "<string>"
}

Body

application/json

The body is of type object.

Response

AppServer
string
DbServer
string
AuthServer
string