Hello Web Services

<back to all web services

ContractRequest

The following routes are available for this service:
GET,POST,PUT,DELETE/api/client/{ClientId}/contracts/{Id}

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/ContractRequest HTTP/1.1 
Host: dinumero.modernekonomi.se 
Content-Type: text/jsv
Content-Length: length

{
	ClientId: 0,
	Id: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ClientId: 0,
	Id: 0,
	Registered: 0001-01-01,
	StateType: 0,
	IsPrivate: False,
	OwnerId: 0,
	GroupId: 0,
	Name: String,
	Notes: String,
	CounterPartId: String,
	CounterPartName: String,
	StartDate: 0001-01-01,
	EndDate: 0001-01-01,
	RenewalType: 0,
	RenewalTime: 0,
	RenewalAdjustToMonthEnd: False,
	CancelType: 0,
	CancelTime: 0,
	CancelAdjustToMonthEnd: False,
	CancelDate: 0001-01-01,
	MonitoringTime: 0,
	MonitoringDate: 0001-01-01,
	NextEndDate: 0001-01-01,
	NotificationType: 0
}