Cs_Service

<back to all web services

GetLeistungsnachweisRequest

The following routes are available for this service:
GET/rest/Leistungsnachweis/{guestId}
GetLeistungsnachweisRequest Parameters:
NameParameterData TypeRequiredDescription
GuestIdpathintNo
LeistungsnachweisResponseData Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
GuestformintNo
DatumformDateTimeNo
SchichtformintNo1=früh, 2=spät, 3=nacht
AenderungVonformstringNo
AenderungAmformDateTimeNo
LeistungsnachweisformList<Leistungsnachweis>NoArray[] von Leistungsnachweisen
Leistungsnachweis Parameters:
NameParameterData TypeRequiredDescription
LeistungformintNo
TextformstringNo
KommentarformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

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

POST /xml/reply/GetLeistungsnachweisRequest HTTP/1.1 
Host: 058.service.xn--hwstationr-y5a.de 
Content-Type: application/xml
Content-Length: length

<GetLeistungsnachweisRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/plg_Leistungsnachweis">
  <GuestId>0</GuestId>
</GetLeistungsnachweisRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<LeistungsnachweisResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/plg_Leistungsnachweis">
  <AenderungAm>0001-01-01T00:00:00</AenderungAm>
  <AenderungVon>String</AenderungVon>
  <Datum>0001-01-01T00:00:00</Datum>
  <Guest>0</Guest>
  <Id>0</Id>
  <Leistungsnachweis>
    <Leistungsnachweis>
      <Kommentar>String</Kommentar>
      <Leistung>0</Leistung>
      <Text>String</Text>
    </Leistungsnachweis>
  </Leistungsnachweis>
  <Schicht>0</Schicht>
</LeistungsnachweisResponseData>