Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

Why get error 404 when I try to pass date variable in get request to web api

[HttpGet]
[Route("ReportDetailed/{clientId:int}/{date:datetime}")]
public IHttpActionResult ReportDetailed(int clientId, DateTime date )
{
    return Ok();
}
Comment

PREVIOUS NEXT
Code Example
Javascript :: javascript fix errora 
Javascript :: how to require token in discord.js without client 
Javascript :: zoom and pan in d3.js 
Javascript :: on ddrop function react dropzone parameters 
Javascript :: window.getselection outside 
Javascript :: vscode autosuggest background 
Javascript :: Calling JSON REST Services with FoxPro and wwJsonServiceClient 
Javascript :: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout. 
Javascript :: uselazyquery refetch from child 
Javascript :: function example 
Javascript :: limit values that satisy a url parameter react-router 
Javascript :: npm view parent package 
Javascript :: dataForm js 
Javascript :: react native expo PayloadTooLargeError: request entity too large 
Javascript :: vue-jstree 
Javascript :: metodo para objeto donde el segundo le pasa un argumento sera un callback method y pasar al arra.filter 
Javascript :: open screen pdf on google drive react native expo 
Javascript :: angular validar formulario 
Javascript :: how to change selected link in jquery 
Javascript :: jest test coverage 
Javascript :: add to dictionary node js 
Javascript :: link the filename to the visible layer 
Javascript :: java script loop array 
Javascript :: nested while loop in javascript 
Javascript :: Count recurring digits in number 
Javascript :: appendchild js 
Javascript :: react-tournament-ready 
Javascript :: javascript babel run 
Javascript :: git revision 
Javascript :: Make a ReactNative component take the height and width of the current window 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =