The following are sample HTTP requests and responses. 
            The placeholders shown need to be replaced with actual values.
POST /jsv/reply/EnterpriseListRequest HTTP/1.1 
Host: gc-test.splitvision.nl 
Content-Type: text/jsv
Content-Length: length
{
	CheckPerspectives: False,
	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
}