Skip to content

Instantly share code, notes, and snippets.

@moaschterle
Created January 27, 2015 15:17
Show Gist options
  • Save moaschterle/d8b4385ba7978ee01277 to your computer and use it in GitHub Desktop.
Save moaschterle/d8b4385ba7978ee01277 to your computer and use it in GitHub Desktop.
[HttpPost, Route("api/Accommodation/Available/{language}/{boardfilter}/{arrival}/{departure}/{roominfo}/{bokfilter}/{seed}")]
public async Task<Result<Accommodation>> PostAvailableAsync(string language, string boardfilter, string arrival, string departure, string roominfo, string bokfilter, int seed, [FromBody] string idfilter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment