NetTalk Central

Author Topic: NetWebServiceMethod as REST - HOW?  (Read 41 times)

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
NetWebServiceMethod as REST - HOW?
« on: May 02, 2025, 02:00:10 AM »
Hi

I have a swagger that describes how to create my endpoint.
But I can't quite figure out how to receive values ​​as REST, for example like this:

http://127.0.0.1/WasteInvoice/InvoiceOverview/account/{accountId}/customer/{customerId}

Both variables are marked as "ID parameter for REST"

Regards Niels