Skip to main content
Question

64 bit integer in Rest API

  • May 12, 2022
  • 0 replies
  • 26 views

mahas
Apprentice
Forum|alt.badge.img

Hi Team,

 

I am calling REST API place_request to create SR. Here I have a field which accepts user id. Here in portals we have 11 digit requester ID which fails in json as we have limit of 2147483647. Also this field only accepts integer and does not work with string.

 

Thanks!