PUT api/Domicilio/Put/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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_DOMICILIO": 1,
"ID_CLIENTE": 2,
"ID_PAIS": 3,
"ID_ESTADO": 4,
"ID_CIUDAD": 5,
"CALLE": "sample string 6",
"NUMEXTERIOR": "sample string 7",
"NUMINTERIOR": "sample string 8",
"COLONIA": "sample string 9",
"CODIGO_POSTAL": "sample string 10",
"ESTADO": "sample string 11",
"PROCESO_TIPO": 12
}
application/xml, text/xml
Sample:
<DatosActualizarDomicilioModelo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models"> <CALLE>sample string 6</CALLE> <CODIGO_POSTAL>sample string 10</CODIGO_POSTAL> <COLONIA>sample string 9</COLONIA> <ESTADO>sample string 11</ESTADO> <ID_CIUDAD>5</ID_CIUDAD> <ID_CLIENTE>2</ID_CLIENTE> <ID_DOMICILIO>1</ID_DOMICILIO> <ID_ESTADO>4</ID_ESTADO> <ID_PAIS>3</ID_PAIS> <NUMEXTERIOR>sample string 7</NUMEXTERIOR> <NUMINTERIOR>sample string 8</NUMINTERIOR> <PROCESO_TIPO>12</PROCESO_TIPO> </DatosActualizarDomicilioModelo>
application/x-www-form-urlencoded
Sample:
Sample not available.