IControler Service

<back to all web services

EnterpriseRequest

The following routes are available for this service:
GET/Enterprises/{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/EnterpriseRequest HTTP/1.1 
Host: gc-test.splitvision.nl 
Content-Type: text/jsv
Content-Length: length

{
	Id: 0,
	TenantId: String,
	ModifiedBy: 0,
	OrgId: 0,
	Culture: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Enterprise: 
	{
		Id: 0,
		SignificantName: String,
		SignificantWordId: 0,
		Name: String,
		ShortName: String,
		Description: String,
		DisplayName: String,
		Image: 
		{
			Id: 0,
			Name: String,
			Url: String
		},
		Shape: 
		{
			Id: 0,
			Name: String,
			Category: String,
			Geometry: String,
			Properties: String,
			ParentId: 0
		},
		Color: String,
		BorderColor: String,
		Style: String
	},
	StatusCode: String,
	StatusMessage: String
}