PUT api/Touren/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
TourDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Nummer | integer |
None. |
|
| Name | string |
None. |
|
| Lieferdatum | date |
None. |
|
| LieferdatumTatsaechlich | date |
None. |
|
| Woche | integer |
None. |
|
| Straeckenlaenge | integer |
None. |
|
| Arbeitszeit | decimal number |
None. |
|
| Firmenfahrzeug | boolean |
None. |
|
| KfzKennzeichen | string |
None. |
|
| KmStandStart | integer |
None. |
|
| KmStandEnde | integer |
None. |
|
| IstAbrechnung | boolean |
None. |
|
| Tourentext | string |
None. |
|
| LohnfortzahlungErforderlich | boolean |
None. |
|
| Lohnfortzahlung | integer |
None. |
|
| KundenGesamt | integer |
None. |
|
| KundenChecksum | integer |
None. |
|
| Abrechnungsemailadressen | string |
None. |
|
| Belieferungen | Collection of BelieferungDto |
None. |
|
| Uebersicht | Collection of UebersichtDto |
None. |
|
| Auslagen | Collection of AuslagenDto |
None. |
|
| Feedbacks | Collection of FeedbackAppDto |
None. |
|
| Tankdaten | Collection of TankdatumDto |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.