POST api/Especies/BusquedaAvanzadaExacta

Method that will search on database with specific parameters. The result will depend on the division that the user is enrolled. This will return the exactly match for the combination of all the paremeters given by the search object. It returns a maximum of 500 species, in the search object you can send the offset of the search

Request Information

URI Parameters

None.

Body Parameters

Is the search object type BusquedaAvanzadaEspecies

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

List of species

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.