Service

<back to all web services

GetClientInProgressOrders

The following routes are available for this service:
GET/client/OrderDispo/InProgress

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 /client/OrderDispo/InProgress HTTP/1.1 
Host: api.helferportal.de 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ArrayOfClientOrderDispoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Klientenportal.ApiModel.Models.Response.OrderDispo">
  <ClientOrderDispoResponse>
    <AcceptedNotifiedHelper>0</AcceptedNotifiedHelper>
    <AvoidSendingNotification>false</AvoidSendingNotification>
    <BilledApproach>false</BilledApproach>
    <BillingComplete>false</BillingComplete>
    <Canceled>false</Canceled>
    <CanceledByInactivity>false</CanceledByInactivity>
    <Clerk>0</Clerk>
    <ClerkInitials>String</ClerkInitials>
    <CreatedDate>0001-01-01T00:00:00</CreatedDate>
    <CreatorInitials>String</CreatorInitials>
    <CreditingComplete>false</CreditingComplete>
    <DeclinedNotifiedHelper>0</DeclinedNotifiedHelper>
    <DeletionReason>String</DeletionReason>
    <DistanceKm>0</DistanceKm>
    <EmergencyOverdue>false</EmergencyOverdue>
    <EmergencySearch>false</EmergencySearch>
    <FilterOnLanguages>String</FilterOnLanguages>
    <FrequencyName>String</FrequencyName>
    <GoingToTheToilet>false</GoingToTheToilet>
    <HourNeeded>0</HourNeeded>
    <Id>0</Id>
    <InterviewDate>0001-01-01T00:00:00</InterviewDate>
    <InterviewNotes>String</InterviewNotes>
    <IsDeleted>false</IsDeleted>
    <IsDispoCoordinated>false</IsDispoCoordinated>
    <NormalOverdue>false</NormalOverdue>
    <OrderDate>0001-01-01T00:00:00</OrderDate>
    <OrderDateFrom>0001-01-01T00:00:00</OrderDateFrom>
    <OrderDateTill>0001-01-01T00:00:00</OrderDateTill>
    <OrderDescription>String</OrderDescription>
    <OrderId>0</OrderId>
    <OrderSeriesId>0</OrderSeriesId>
    <PersonGivenHelp>0</PersonGivenHelp>
    <PersonInNeed>0</PersonInNeed>
    <SelfPayer>false</SelfPayer>
    <SkillDescription>String</SkillDescription>
    <StatusId>0</StatusId>
    <SumNotifiedHelper>0</SumNotifiedHelper>
    <WorkflowStatus>Details</WorkflowStatus>
    <WorkflowStatusId>0</WorkflowStatusId>
  </ClientOrderDispoResponse>
</ArrayOfClientOrderDispoResponse>