Service

<back to all web services

GetClientDeletedOrders

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

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

[
	{
		Id: 0,
		WorkflowStatusId: 0,
		WorkflowStatus: Details,
		StatusId: 0,
		PersonInNeed: 0,
		PersonGivenHelp: 0,
		OrderId: 0,
		OrderSeriesId: 0,
		CreatedDate: 0001-01-01,
		OrderDate: 0001-01-01,
		OrderDateFrom: 0001-01-01,
		OrderDateTill: 0001-01-01,
		HourNeeded: 0,
		OrderDescription: String,
		InterviewDate: 0001-01-01,
		InterviewNotes: String,
		Canceled: False,
		CanceledByInactivity: False,
		IsDeleted: False,
		DeletionReason: String,
		EmergencySearch: False,
		SelfPayer: False,
		DistanceKm: 0,
		AvoidSendingNotification: False,
		BilledApproach: False,
		Clerk: 0,
		ClerkInitials: String,
		CreatorInitials: String,
		BillingComplete: False,
		CreditingComplete: False,
		FrequencyName: String,
		AcceptedNotifiedHelper: 0,
		DeclinedNotifiedHelper: 0,
		SumNotifiedHelper: 0,
		EmergencyOverdue: False,
		NormalOverdue: False,
		IsDispoCoordinated: False,
		FilterOnLanguages: String,
		GoingToTheToilet: False,
		SkillDescription: String
	}
]