PUT api/Touren/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

TourDto
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'LZmobileXFServer.Models.DTO.ArtikelDto'. Path 'belieferungen[0].artikel[0].wahlmappeninhalt'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'LZmobileXFServer.Models.DTO.ArtikelDto'. Path 'belieferungen[0].artikel[0].wahlmappeninhalt'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Der Objektgraph für den Typ "System.Collections.Generic.List`1[[LZmobileXFServer.Models.DTO.ArtikelDto, LZmobileXFServer, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]]" enthält Zyklen und kann nicht serialisiert werden, wenn die Nachverfolgung von Verweisen deaktiviert ist.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Der Objektgraph für den Typ "System.Collections.Generic.List`1[[LZmobileXFServer.Models.DTO.ArtikelDto, LZmobileXFServer, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]]" enthält Zyklen und kann nicht serialisiert werden, wenn die Nachverfolgung von Verweisen deaktiviert ist.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TourDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.