Service

<back to all web services

GetBillListFromPerson

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

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

HTTP + JSV

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

GET /Helper/GetClientBillListFromPerson/{PersonId} HTTP/1.1 
Host: api.helferportal.de 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

[
	{
		Id: 0,
		AccountId: 0,
		OrderId: 0,
		PayerId: 0,
		PinId: 0,
		BudgetId: 0,
		BillingDate: 0001-01-01,
		TypeId: 0,
		Number: 0,
		PayDate: 0001-01-01,
		ActDate: 0001-01-01,
		Note: String,
		TotalPriceNetto: 0,
		TotalPriceBrutto: 0,
		TotalMwSt: 0,
		PaymentTypeId: 0,
		CreditedBillId: 0,
		BillBalancingComplete: False,
		OpenAmount: 0,
		PaidAmount: 0,
		SepaExportTime: 0001-01-01,
		BillBalancingNote: String
	}
]