skip to Main Content

C# RestSharp JSON Syntax

I seem to have a syntax problem with my JSON body. The code is intended to retrieve the balance from LetterXpress using an API, but instead of being able to authenticate, I receive the response: ("{"message":"Unauthorized."}") The request works fine…

VIEW QUESTION
Back To Top
Search