schmorrison / Zoho

Golang API for Zoho services
MIT License
35 stars 34 forks source link

Add UpdateRecordsResponseData struct #13

Closed beatscode closed 5 years ago

beatscode commented 5 years ago

I had issues with trying to insert a record of a custom type. The response from the request omitted details that would help with remediating the problem. I would only get an error with message "INVALID_DATA" or "MANDATORY_NOT_FOUND". Creating a new type with ExpectedDataType, APIName helped me figure out what the specific issue was.