flyingemolga
01/22/2025, 9:16 AMVapi
01/22/2025, 9:18 AMenum for the dateOfBirthYear parameter. Although you've mentioned that the dateOfBirthYear is an integer, the error message suggests that the enum values are expected to be strings within the system you're interfacing with.
To resolve this issue, you could try changing the enum values to strings by enclosing the years in quotes. However, since this might not align with your original design, it would be best to check the documentation or system requirements to confirm the expected data type for the enum values.
If the documentation confirms that integers are the correct type for the enum, then there might be a system error or a recent change in the API that is causing this issue. In that case, you should contact the support team for further assistance.
Would you like me to assist you with anything else at this moment?Vapi
01/22/2025, 9:18 AMflyingemolga
01/22/2025, 11:45 AMShubham Bajaj
01/23/2025, 6:24 AMShubham Bajaj
01/23/2025, 6:24 AMflyingemolga
01/23/2025, 7:05 AMflyingemolga
01/23/2025, 7:36 AMShubham Bajaj
01/23/2025, 7:28 PMflyingemolga
01/23/2025, 7:30 PM