Versions Compared

Key

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

...

"value":"parameter_value",

"type":"validation_type",

Example Response

Code Block
{
    "url": "/flexiti/pos-api/v2.5/client-id/flexitidemo/customers/828930/verify",
    "message": "Some inputs are wrong!",
    "error": "wrong_input",
    "field_errors": [
        {
            "param": "email",
            "msg": "invalid",
            "value": "johndoe@"
        }
    ]
}

...