Hello Web Services

<back to all web services

ContractSearch

The following routes are available for this service:
GET/api/client/{ClientId}/contracts

To override the Content-type in your clients 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.

POST /jsv/reply/ContractSearch HTTP/1.1 
Host: scanning.modernekonomi.se 
Content-Type: text/jsv
Content-Length: length

{
	ClientId: 0,
	EndDateMin: 0001-01-01,
	EndDateMax: 0001-01-01,
	TerminationDateMin: 0001-01-01,
	TerminationDateMax: 0001-01-01,
	MonitoringDateMin: 0001-01-01,
	MonitoringDateMax: 0001-01-01,
	Name: String,
	Text: String,
	Labels: 
	[
		String
	],
	IsAboutToBeRenewed: False,
	Page: 0,
	PageSize: 0,
	SortColumn: String,
	SortAsc: False,
	Type: String,
	Is: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	TotalItems: 0
}