POST
/
api
/
wsfev1
/
FEParamGetActividades
cURL
curl --request POST \
  --url http://localhost:3000/api/wsfev1/FEParamGetActividades \
  --header 'Content-Type: application/json' \
  --data '{
  "Auth": {
    "Token": "<string>",
    "Sign": "<string>",
    "Cuit": 123
  }
}'
{
  "ResultGet": {
    "ActividadesTipo": [
      {
        "Id": 123,
        "Orden": 123,
        "Desc": "<string>"
      }
    ]
  },
  "Errors": {
    "Err": [
      {
        "Code": 123,
        "Msg": "<string>"
      }
    ]
  },
  "Events": {
    "Evt": [
      {
        "Code": 123,
        "Msg": "<string>"
      }
    ]
  }
}

Body

application/json

Response

200
application/json
<desc>

The response is of type object.