Jump to content
  • 0

Rest API error converting data type nvarchar to numeric. (HTTP Status Code: 400)


CapNcook

Question

Hi 

Has anyone encountered an issue when using GET request? I',m getting status code 400 with json error " Error converting data type nvarchar to numeric.".

I'm not inserting any records nor updating I just want to fetch data.


Here's my query.  rest/v2/tables/Contacts/records?q.select=UserName&q.where=ID%3D411256

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hello,

May I know the datatype of your id? If you are using a text(255) or string type data type you can try encapsulating the '411256'

Example:

 

rest/v2/tables/Contacts/records?q.select=UserName&q.where=ID%3D'411256'

 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...