Skip to content

Instantly share code, notes, and snippets.

@andreas-nesheim
Last active October 3, 2021 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreas-nesheim/da7c82e643d458f063f1f16edb41a0ed to your computer and use it in GitHub Desktop.
Save andreas-nesheim/da7c82e643d458f063f1f16edb41a0ed to your computer and use it in GitHub Desktop.
var bookParkingResult = await "https://url.for.parking/registration/site/checkin"
.WithCookies(cookies)
.PostJsonAsync(new
{
cmnt = "",
days = "2",
extnidfc = "",
gustname = guestName,
hours = "0",
nmbrplte = licensePlate,
stupidno = parkingGarageId
})
.ReceiveJson<BookParkingResult>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment