Guest andreif Report post Posted July 19, 2013 StoryId is int in NewsDTO object, but BeginGetNewsDetail/GetNewsDetail require it as a string. 1 EncalahaTrora reacted to this Share this post Link to post
Guest sky.sanders Report post Posted July 26, 2013 This is an artifact courtesy of an internal security review. While the value is numeric, that input parameter is treated as a string. Better get used to it as it is not going to change in this iteration. Share this post Link to post
Guest andreif Report post Posted August 6, 2013 This is an artifact courtesy of an internal security review. While the value is numeric, that input parameter is treated as a string. Better get used to it as it is not going to change in this iteration. No problem. Share this post Link to post
Guest mrdavidlaing Report post Posted August 6, 2013 This is an artifact courtesy of an internal security review. While the value is numeric, that input parameter is treated as a string. Better get used to it as it is not going to change in this iteration. @andreif The API is due some refactoring love towards the middle of March; I’ve raisedhttps://github.com/cityindex/CIAPI.CS/issues/20 with the intention of getting this anomaly addressed. Share this post Link to post