| GET, POST | /fibuscan/Onlinehandel/setOHParserFortschrittsDetails |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| details | body | onlinehandel_parser_details | No | |
| vorgang_guid | body | string | No | |
| server_name | body | string | No | |
| ist_del | body | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| id | form | long? | No | |
| mandant | form | long? | No | |
| del | form | long? | No | |
| abrechnung_id | form | long? | No | |
| von | form | DateTime? | No | |
| bis | form | DateTime? | No | |
| server_name | form | string | No | |
| vorgang_guid | form | string | No | |
| _erstellt | form | DateTime? | No | |
| _aenderung | form | DateTime? | No | |
| gesamte_zeit | form | decimal? | No | |
| dauer | form | decimal? | No | |
| prozent | form | decimal? | No | |
| regel | form | string | No | |
| details | form | string | No | |
| PrimaryKey | form | long? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| result | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
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: text/jsonl
Content-Type: text/jsonl
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: text/jsonl
Content-Length: length
{"result":false}