curl --request POST \
--url http://localhost:3000/api/wsfev1/FECAEAConsultar \
--header 'Content-Type: application/json' \
--data '{
"Auth": {
"Token": "<string>",
"Sign": "<string>",
"Cuit": 123
},
"Periodo": 123,
"Orden": 123
}'
{
"ResultGet": {
"CAEA": "<string>",
"Periodo": 123,
"Orden": 123,
"FchVigDesde": "<string>",
"FchVigHasta": "<string>",
"FchTopeInf": "<string>",
"FchProceso": "<string>",
"Observaciones": {
"Obs": [
{
"Code": 123,
"Msg": "<string>"
}
]
}
},
"Errors": {
"Err": [
{
"Code": 123,
"Msg": "<string>"
}
]
},
"Events": {
"Evt": [
{
"Code": 123,
"Msg": "<string>"
}
]
}
}
curl --request POST \
--url http://localhost:3000/api/wsfev1/FECAEAConsultar \
--header 'Content-Type: application/json' \
--data '{
"Auth": {
"Token": "<string>",
"Sign": "<string>",
"Cuit": 123
},
"Periodo": 123,
"Orden": 123
}'
{
"ResultGet": {
"CAEA": "<string>",
"Periodo": 123,
"Orden": 123,
"FchVigDesde": "<string>",
"FchVigHasta": "<string>",
"FchTopeInf": "<string>",
"FchProceso": "<string>",
"Observaciones": {
"Obs": [
{
"Code": 123,
"Msg": "<string>"
}
]
}
},
"Errors": {
"Err": [
{
"Code": 123,
"Msg": "<string>"
}
]
},
"Events": {
"Evt": [
{
"Code": 123,
"Msg": "<string>"
}
]
}
}
The response is of type object
.