POST api/sedes/store

Request Information

URI Parameters

None.

Body Parameters

Collection of Sede
NameDescriptionTypeAdditional information
Depositos

Collection of Deposito

None.

IdPersona

string

None.

IdUbicacion

integer

None.

IdCuenta

integer

None.

IdRelacion

string

None.

IdLocalizacion

string

None.

Nombre

string

None.

Direccion

string

None.

Telefono

string

None.

Referencia

string

None.

Notas

string

None.

Activo

boolean

None.

Correo

string

None.

DatosAdicionales

string

None.

Localizacion

Localizacion

None.

Request 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 'Deposito' with type 'Dominio.Deposito'. Path '[0].Depositos[0].Ajuste[0]'.

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 'Deposito' with type 'Dominio.Deposito'. Path '[0].Depositos[0].Ajuste[0]'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'Dominio.Caracteristica' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'Dominio.Caracteristica' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.