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

Body

application/json
Auth
object
PtoVta
number
CbteTipo
number

Response

PtoVta
number
CbteTipo
number
CbteNro
number
Errors
object
Events
object