Error converting value 3/26/2022 2:04:05 PM to type 'FikaAmazonAPI.AmazonSpApiSDK.Models.FulfillmentInbound.TimeStampStringType'. Path #151
Unanswered
IncredibleX
asked this question in
Q&A
Replies: 2 comments
-
can you share the code give this error ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,
the only thing i did is to change VoidDeadline to String:
Line 72 in your code: public string VoidDeadline { get; set; }
Perhaps it is a date/time format problem - solution could be to set another country via Globalization.
I used the quick and dirty solution. ;-)
Am 22. Apr. 2022, 06:13 +0200 schrieb Tareq Abuzuhri ***@***.***>:
… can you share the code give this error ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
got the following Error: Newtonsoft.Json.JsonSerializationException
HResult=0x80131500
Nachricht = Error converting value 3/26/2022 2:04:05 PM to type 'FikaAmazonAPI.AmazonSpApiSDK.Models.FulfillmentInbound.TimeStampStringType'. Path 'payload.TransportContent.TransportDetails.PartneredSmallParcelData.PartneredEstimate.VoidDeadline', line 62, position 91.
Quelle = Newtonsoft.Json
As workaround i changed VoidDeadline to string type.
Beta Was this translation helpful? Give feedback.
All reactions