GroupTreeService

<back to all web services

EntitySearchRequest

Requires Authentication
The following routes are available for this service:
POST/entitysearch
EntitySearchRequest Parameters:
NameParameterData TypeRequiredDescription
EntityTypeIdbodylong?No
CVRNumberbodylong?No
PNumberbodylong?No
NamebodystringNo
KVHXbodystringNo
OnlyActivebodybool?No
EntitySearchResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformList<Entity>No
Entity Parameters:
NameParameterData TypeRequiredDescription
IDformlongNo
TypeIDformlongNo
CVRNumberformlong?No
PNumberformlong?No
NameformstringNo
AddressformstringNo
PostalCodeIDformlong?No
CityformstringNo
CountryIDformlong?No
CountryformstringNo
AddressFreeTextformstringNo
KVHXformstringNo
StartdateformDateTime?No
EnddateformDateTime?No
StatusIDformlong?No
StatusformstringNo
CreditorStatusInformationIDformlong?No
CreditorStatusInformationformstringNo
CreditorStatusIDformlong?No
CreditorStatusformstringNo
LegalformIDformlong?No
LegalformformstringNo
AdvertisingProtectedformbool?No

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.

POST /jsv/reply/EntitySearchRequest HTTP/1.1 
Host: groupservice.idq01.com 
Content-Type: text/jsv
Content-Length: length

{
	EntityTypeId: 0,
	CVRNumber: 0,
	PNumber: 0,
	Name: String,
	KVHX: String,
	OnlyActive: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Result: 
	[
		{
			
		}
	]
}