Service

<back to all web services

GetClientAcceptedHelperForOrder

The following routes are available for this service:
GET/client/AcceptedHelperForOrder/{OrderId}
GetClientAcceptedHelperForOrder Parameters:
NameParameterData TypeRequiredDescription
OrderIdpathlongNo

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/AcceptedHelperForOrder/{OrderId} HTTP/1.1 
Host: api.helferportal.de 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ArrayOfClientOrderHelperResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Klientenportal.ApiModel.Models.Response.Order">
  <ClientOrderHelperResponse>
    <Address xmlns:d3p1="http://schemas.datacontract.org/2004/07/Klientenportal.ApiModel.Models.Response.Person">
      <d3p1:AccountId>0</d3p1:AccountId>
      <d3p1:AddressSupplement>String</d3p1:AddressSupplement>
      <d3p1:BuildingNo>String</d3p1:BuildingNo>
      <d3p1:City>String</d3p1:City>
      <d3p1:District>String</d3p1:District>
      <d3p1:Id>0</d3p1:Id>
      <d3p1:Latitude>0</d3p1:Latitude>
      <d3p1:Longitude>0</d3p1:Longitude>
      <d3p1:PersonId>0</d3p1:PersonId>
      <d3p1:PostCode>String</d3p1:PostCode>
      <d3p1:Street>String</d3p1:Street>
    </Address>
    <AvailabilityDeclaredDate>0001-01-01T00:00:00</AvailabilityDeclaredDate>
    <Company>String</Company>
    <CriminalRecordCertificate>false</CriminalRecordCertificate>
    <ForeName>String</ForeName>
    <Id>0</Id>
    <IsSchooledHelper>false</IsSchooledHelper>
    <LastName>String</LastName>
    <Notes>String</Notes>
    <NotificationTime>0001-01-01T00:00:00</NotificationTime>
    <NotificationsCreated>false</NotificationsCreated>
    <OrderId>0</OrderId>
    <OrderSeriesId>0</OrderSeriesId>
    <OrganisationId>0</OrganisationId>
    <OverallRating>0</OverallRating>
    <PersonId>0</PersonId>
    <PicLink>String</PicLink>
    <PicLinkOrganisation>String</PicLinkOrganisation>
    <PreferedToPin>false</PreferedToPin>
    <PricePerUnit>0</PricePerUnit>
    <Prices xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:decimal>0</d3p1:decimal>
    </Prices>
    <ReactionId>0</ReactionId>
    <ReactionTimeStamp>0001-01-01T00:00:00</ReactionTimeStamp>
    <SendSepaViaClientPortal>false</SendSepaViaClientPortal>
    <TrainingCertificates xmlns:d3p1="http://schemas.datacontract.org/2004/07/Klientenportal.ApiModel.Models.Response.Person">
      <d3p1:ClientPersonDocumentResponse>
        <d3p1:DateOfIssuance>0001-01-01T00:00:00</d3p1:DateOfIssuance>
        <d3p1:DocumentOrigin>0</d3p1:DocumentOrigin>
        <d3p1:DocumentTypeId>0</d3p1:DocumentTypeId>
        <d3p1:Id>0</d3p1:Id>
        <d3p1:IsDeleted>false</d3p1:IsDeleted>
        <d3p1:Name>String</d3p1:Name>
        <d3p1:PersonId>0</d3p1:PersonId>
      </d3p1:ClientPersonDocumentResponse>
    </TrainingCertificates>
  </ClientOrderHelperResponse>
</ArrayOfClientOrderHelperResponse>