| 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 .jsv suffix or ?format=jsv
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/jsv
Content-Type: text/jsv
Content-Length: length
{
details:
{
id: 0,
mandant: 0,
del: 0,
abrechnung_id: 0,
von: 0001-01-01,
bis: 0001-01-01,
server_name: String,
vorgang_guid: String,
_erstellt: 0001-01-01,
_aenderung: 0001-01-01,
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/jsv
Content-Length: length
{
result: False
}