| GET, POST | /fibuscan/OnlinehandelTreffertypen |
|---|
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.Models
Namespace Global
Namespace FIBUdataServiceStack.ServiceModel.Messages
Public Partial Class OnlinehandelTreffertypenRequest
Public Overridable Property expression As String
Public Overridable Property limit As Integer
End Class
Public Partial Class OnlinehandelTreffertypenResponse
Public Sub New()
Liste = New List(Of onlinehandel_treffertypen)
End Sub
Public Overridable Property Liste As List(Of onlinehandel_treffertypen)
End Class
End Namespace
Namespace FIBUdataServiceStack.ServiceModel.Models
Public Partial Class onlinehandel_treffertypen
Implements IPrimaryKey
Implements IMandnr
Implements IDel
Implements ITableBase
Public Overridable Property id As Nullable(Of Long)
Public Overridable Property guid As String
Public Overridable Property mandant As Nullable(Of Long)
Public Overridable Property del As Nullable(Of Long)
Public Overridable Property parent_id As Nullable(Of Long)
Public Overridable Property soll_parsen As Nullable(Of Long)
Public Overridable Property bezeichnung As String
Public Overridable Property _erstellt As Nullable(Of Date)
Public Overridable Property _aenderung As Nullable(Of Date)
Public Overridable Property suchfeld1 As Nullable(Of Long)
Public Overridable Property suchfeld1_text As String
Public Overridable Property suchfeld2 As Nullable(Of Long)
Public Overridable Property suchfeld2_text As String
<Ignore>
Public Overridable Property PrimaryKey As Nullable(Of Long)
End Class
End Namespace
End Namespace
VB.NET OnlinehandelTreffertypenRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /fibuscan/OnlinehandelTreffertypen HTTP/1.1
Host: ws4.fibudata.net
Accept: application/json
Content-Type: application/json
Content-Length: length
{"expression":"String","limit":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"Liste":[{"id":0,"guid":"String","mandant":0,"del":0,"parent_id":0,"soll_parsen":0,"bezeichnung":"String","_erstellt":"\/Date(-62135596800000-0000)\/","_aenderung":"\/Date(-62135596800000-0000)\/","suchfeld1":0,"suchfeld1_text":"String","suchfeld2":0,"suchfeld2_text":"String","PrimaryKey":0}]}