Service

<back to all web services

GetClientBillListFromPerson

The following routes are available for this service:
GET/client/GetClientBillListFromPerson/{PersonId}
GetClientBillListFromPerson Parameters:
NameParameterData TypeRequiredDescription
PersonIdpathlongNo

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

<ArrayOfClientBillingResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Klientenportal.ApiModel.Models.Response.Billing">
  <ClientBillingResponse>
    <AccountId>0</AccountId>
    <ActDate>0001-01-01T00:00:00</ActDate>
    <BillBalancingComplete>false</BillBalancingComplete>
    <BillBalancingNote>String</BillBalancingNote>
    <BillingDate>0001-01-01T00:00:00</BillingDate>
    <BudgetId>0</BudgetId>
    <CreditedBillId>0</CreditedBillId>
    <Id>0</Id>
    <Note>String</Note>
    <Number>0</Number>
    <OpenAmount>0</OpenAmount>
    <OrderId>0</OrderId>
    <PaidAmount>0</PaidAmount>
    <PayDate>0001-01-01T00:00:00</PayDate>
    <PayerId>0</PayerId>
    <PaymentTypeId>0</PaymentTypeId>
    <PinId>0</PinId>
    <SepaExportTime>0001-01-01T00:00:00</SepaExportTime>
    <TotalMwSt>0</TotalMwSt>
    <TotalPriceBrutto>0</TotalPriceBrutto>
    <TotalPriceNetto>0</TotalPriceNetto>
    <TypeId>0</TypeId>
  </ClientBillingResponse>
</ArrayOfClientBillingResponse>