FIBUdataServiceStack

<back to all web services

setOHParserFortschrittsDetailsRequest

The following routes are available for this service:
GET, POST/fibuscan/Onlinehandel/setOHParserFortschrittsDetails
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 setOHParserFortschrittsDetailsRequest
            Public Overridable Property details As onlinehandel_parser_details
            Public Overridable Property vorgang_guid As String
            Public Overridable Property server_name As String
            Public Overridable Property ist_del As Boolean
        End Class

        Public Partial Class setOHParserFortschrittsDetailsResponse
            Public Overridable Property result As Boolean
        End Class
    End Namespace

    Namespace FIBUdataServiceStack.ServiceModel.Models

        Public Partial Class onlinehandel_parser_details
            Implements IPrimaryKey
            Implements IMandnr
            Implements IDel
            Implements ITableBase
            Public Overridable Property id As Nullable(Of Long)
            Public Overridable Property mandant As Nullable(Of Long)
            Public Overridable Property del As Nullable(Of Long)
            Public Overridable Property abrechnung_id As Nullable(Of Long)
            Public Overridable Property von As Nullable(Of Date)
            Public Overridable Property bis As Nullable(Of Date)
            Public Overridable Property server_name As String
            Public Overridable Property vorgang_guid As String
            Public Overridable Property _erstellt As Nullable(Of Date)
            Public Overridable Property _aenderung As Nullable(Of Date)
            Public Overridable Property gesamte_zeit As Nullable(Of Decimal)
            Public Overridable Property dauer As Nullable(Of Decimal)
            Public Overridable Property prozent As Nullable(Of Decimal)
            Public Overridable Property regel As String
            Public Overridable Property details As String
            <Ignore>
            Public Overridable Property PrimaryKey As Nullable(Of Long)
        End Class
    End Namespace
End Namespace

VB.NET setOHParserFortschrittsDetailsRequest 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

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /fibuscan/Onlinehandel/setOHParserFortschrittsDetails HTTP/1.1 
Host: ws4.fibudata.net 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"details":{"id":0,"mandant":0,"del":0,"abrechnung_id":0,"von":"\/Date(-62135596800000-0000)\/","bis":"\/Date(-62135596800000-0000)\/","server_name":"String","vorgang_guid":"String","_erstellt":"\/Date(-62135596800000-0000)\/","_aenderung":"\/Date(-62135596800000-0000)\/","gesamte_zeit":0,"dauer":0,"prozent":0,"regel":"String","details":"String","PrimaryKey":0},"vorgang_guid":"String","server_name":"String","ist_del":false}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"result":false}