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

Body

application/json
Auth
object

Response

ResultGet
object
Errors
object
Events
object