Service

<back to all web services

HelperGetOrderKatHelperByOrderKatId

The following routes are available for this service:
GET/Helper/OrderKat/OrderKatHelperByOrderKatId
HelperGetOrderKatHelperByOrderKatId Parameters:
NameParameterData TypeRequiredDescription
OrderKatIdquerylongNo
OrderKatHelperResponse Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
ReactionformReactionTypeNo
ReactionTimeStampformDateTime?No
OrderKatformOrderKatResponseNo
NewMessagesformboolNo
IsOnlyProvidingSupporterformboolNo
OrderKatResponse Parameters:
NameParameterData TypeRequiredDescription
DescriptionformstringNo
OrderDateformDateTime?No
DistanceKmformdecimalNo
DeletionReasonformstringNo
StatusIdformintNo
StatusformOrderKatStatusNo
HourNeededformdecimalNo
Clerkformlong?No
MaxHelperformint?No
MaxHelperReachedformboolNo
IdformlongNo
NewMessagesformboolNo

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.

GET /Helper/OrderKat/OrderKatHelperByOrderKatId HTTP/1.1 
Host: api.helferportal.de 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<OrderKatHelperResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HelferPortal.ApiModel">
  <Id>0</Id>
  <IsOnlyProvidingSupporter>false</IsOnlyProvidingSupporter>
  <NewMessages>false</NewMessages>
  <OrderKat>
    <Clerk>0</Clerk>
    <DeletionReason>String</DeletionReason>
    <Description>String</Description>
    <DistanceKm>0</DistanceKm>
    <HourNeeded>0</HourNeeded>
    <Id>0</Id>
    <MaxHelper>0</MaxHelper>
    <MaxHelperReached>false</MaxHelperReached>
    <NewMessages>false</NewMessages>
    <OrderDate>0001-01-01T00:00:00</OrderDate>
    <Status>None</Status>
    <StatusId>0</StatusId>
  </OrderKat>
  <Reaction>None</Reaction>
  <ReactionTimeStamp>0001-01-01T00:00:00</ReactionTimeStamp>
</OrderKatHelperResponse>