POST api/Comunicacion/EditarEmisorReceptorPos

Request Information

URI Parameters

None.

Body Parameters

EditarEmisorReceptorPosModels
NameDescriptionTypeAdditional information
IdEmisor

globally unique identifier

Required

Identificacion

string

Required

TipoIdentificacion

integer

Required

Nombre

string

Required

Correo

string

None.

Telefono

string

None.

Direccion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdEmisor": "4bea78d0-3f9e-4f4c-8d7d-ebbb4de392d8",
  "Identificacion": "sample string 2",
  "TipoIdentificacion": 3,
  "Nombre": "sample string 4",
  "Correo": "sample string 5",
  "Telefono": "sample string 6",
  "Direccion": "sample string 7"
}

application/xml, text/xml

Sample:
<EditarEmisorReceptorPosModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIFACSEV2.Models.Json">
  <Correo>sample string 5</Correo>
  <Direccion>sample string 7</Direccion>
  <IdEmisor>4bea78d0-3f9e-4f4c-8d7d-ebbb4de392d8</IdEmisor>
  <Identificacion>sample string 2</Identificacion>
  <Nombre>sample string 4</Nombre>
  <Telefono>sample string 6</Telefono>
  <TipoIdentificacion>3</TipoIdentificacion>
</EditarEmisorReceptorPosModels>

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 'EditarEmisorReceptorPosModels'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />