| GET, POST | /fibuscan/PasswortVergessen |
|---|
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports FIBUdataServiceStack.ServiceModel.Messages
Imports FIBUdataServiceStack.ServiceModel.Common
Namespace Global
Namespace FIBUdataServiceStack.ServiceModel.Common
Public Enum Oem
fibudata = 0
spectrum = 3
End Enum
End Namespace
Namespace FIBUdataServiceStack.ServiceModel.Messages
Public Partial Class PasswordVergessenResponse
Public Overridable Property Result As Boolean
End Class
Public Partial Class PasswortVergessenRequest
Public Overridable Property Email As String
Public Overridable Property Mandnr As Nullable(Of Long)
Public Overridable Property Oem As Oem
End Class
End Namespace
End Namespace
VB.NET PasswortVergessenRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /fibuscan/PasswortVergessen HTTP/1.1
Host: ws4.fibudata.net
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"Email":"String","Mandnr":0,"Oem":"fibudata"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"Result":false}