PUT api/Contactos/Actualizar/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

modelo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID_USUARIO": 1,
  "ID_PAIS": 2,
  "ID_ESTADO": 3,
  "ID_CIUDAD": 4,
  "ESTADO_EXTRANJERO": "sample string 5",
  "ID_CLIENTE": 6,
  "NOMBRE": "sample string 7",
  "APELLIDO_PATERNO": "sample string 8",
  "APELLIDO_MATERNO": "sample string 9",
  "CALLE": "sample string 10",
  "NUM_INTERIOR": "sample string 11",
  "NUM_EXTERIOR": "sample string 12",
  "COLONIA": "sample string 13",
  "CODIGO_POSTAL": "sample string 14",
  "TELEFONO_CELULAR": "sample string 15",
  "TELEFONO_PARTICULAR": "sample string 16",
  "CORREO": "sample string 17",
  "ES_CONTACTO": 18
}

application/xml, text/xml

Sample:
<ContactoFormModelo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models">
  <APELLIDO_MATERNO>sample string 9</APELLIDO_MATERNO>
  <APELLIDO_PATERNO>sample string 8</APELLIDO_PATERNO>
  <CALLE>sample string 10</CALLE>
  <CODIGO_POSTAL>sample string 14</CODIGO_POSTAL>
  <COLONIA>sample string 13</COLONIA>
  <CORREO>sample string 17</CORREO>
  <ESTADO_EXTRANJERO>sample string 5</ESTADO_EXTRANJERO>
  <ES_CONTACTO>18</ES_CONTACTO>
  <ID_CIUDAD>4</ID_CIUDAD>
  <ID_CLIENTE>6</ID_CLIENTE>
  <ID_ESTADO>3</ID_ESTADO>
  <ID_PAIS>2</ID_PAIS>
  <ID_USUARIO>1</ID_USUARIO>
  <NOMBRE>sample string 7</NOMBRE>
  <NUM_EXTERIOR>sample string 12</NUM_EXTERIOR>
  <NUM_INTERIOR>sample string 11</NUM_INTERIOR>
  <TELEFONO_CELULAR>sample string 15</TELEFONO_CELULAR>
  <TELEFONO_PARTICULAR>sample string 16</TELEFONO_PARTICULAR>
</ContactoFormModelo>

application/x-www-form-urlencoded

Sample:

Sample not available.