GET api/Contacto/Sede?SedeId={SedeId}

Obtiene todas los contactos de las sedes del sistema.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SedeId

Id de la sede que se quiere buscar. Puede ser 0 y se devuelven todos las sedes del sistema.

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

Collection of Sede
NameDescriptionTypeAdditional information
Id

integer

None.

Nombre

string

None.

Localidad

string

None.

Direccion

string

None.

Telefonos

Collection of string

None.

Whatsapp

string

None.

Contactos

Collection of Contacto

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'RubroPadre' with type 'ClasesMutual.Rubro'. Path '[0].Contactos[0].Rubro'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'RubroPadre' with type 'ClasesMutual.Rubro'. Path '[0].Contactos[0].Rubro'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: El gráfico de objetos del tipo 'ClasesMutual.Rubro' contiene ciclos y no se puede serializar si el seguimiento de referencias está deshabilitado.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: El gráfico de objetos del tipo 'ClasesMutual.Rubro' contiene ciclos y no se puede serializar si el seguimiento de referencias está deshabilitado.