intuit / intuit/QuickBooks-V3-DotNET-SDK

Getting Request has invalid or unsupported property when trying to save preferences

Open
#376 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
121
Forks
145
Avg merge
17h 1m
Merged PRs (30d)
1

Description

I am trying to update some preferences, I fetch the current preferences, modify what I need to modify, and send it back. However this fails with this response.
```
"response": {
"Fault": {
"Error": [
{
"Message": "Request has invalid or unsupported property",
"Detail": "Property Name:failed to parse json object; a property specified is unsupported or invalid",
"code": "2010"
}
],
"type": "ValidationFault"
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the fetch-modify-save preferences flow described in the issue and inspect how the SDK serializes the returned preferences into the update request. Identify the unsupported or invalid property causing error 2010; done means the modified preferences save successfully without the validation fault.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.