Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input Errors

Example Response

Code Block
}
"url": "/flexiti/pos-api/v2/client-id/flexitidemo/apply",
"message": "Some inputs are wrong!",
"error": "wrong_inputs",
"field_errors": [
    {
      "param": "SIN",
      "msg": "wrong format"
    }
  ]
}

...