POST api/Update_Persona
Request Information
URI Parameters
None.
Body Parameters
TB_PostPersona| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
None. |
|
| idFilial | globally unique identifier |
None. |
|
| idPersona | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| fecNace | date |
None. |
|
| idLugarNace | globally unique identifier |
None. |
|
| idNacionalidad | globally unique identifier |
None. |
|
| idGenero | globally unique identifier |
None. |
|
| CURP | string |
None. |
|
| numEmpleado | string |
None. |
|
| idParentesco | globally unique identifier |
None. |
|
| idTelefono | globally unique identifier |
None. |
|
| numTelefono | string |
None. |
|
| idMail | globally unique identifier |
None. |
|
| correo | string |
None. |
|
| Accion | string |
None. |
|
| idUser | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idCliente": "db1ba999-b3ba-4523-9853-fb2f6fabe55d",
"idFilial": "4a1e5913-454d-4345-8697-1a491adc793c",
"idPersona": "31d75ecf-156c-4e36-a279-9b1b9f014291",
"Nombre": "sample string 4",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"fecNace": "2026-07-10T13:59:40.5370175+00:00",
"idLugarNace": "5fde62b9-cc94-4f7d-b007-5e5278ed6c4d",
"idNacionalidad": "8aae811f-c891-4e04-95cb-4abbb18ef06d",
"idGenero": "11dd4af6-84ee-489c-8c7c-55d2e60a2524",
"CURP": "sample string 11",
"numEmpleado": "sample string 12",
"idParentesco": "4641d200-a447-43b2-a166-91698d76a9d7",
"idTelefono": "582df2ca-9c73-4307-b40c-f42e6b923580",
"numTelefono": "sample string 15",
"idMail": "e2920903-e56a-4136-8311-770bcb9499e2",
"correo": "sample string 17",
"Accion": "sample string 18",
"idUser": "68e7bd91-471e-4b08-a830-9a14be4deab9"
}
application/xml, text/xml
Sample:
<TB_PostPersona xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiMembresias"> <Accion>sample string 18</Accion> <CURP>sample string 11</CURP> <Materno>sample string 6</Materno> <Nombre>sample string 4</Nombre> <Paterno>sample string 5</Paterno> <correo>sample string 17</correo> <fecNace>2026-07-10T13:59:40.5370175+00:00</fecNace> <idCliente>db1ba999-b3ba-4523-9853-fb2f6fabe55d</idCliente> <idFilial>4a1e5913-454d-4345-8697-1a491adc793c</idFilial> <idGenero>11dd4af6-84ee-489c-8c7c-55d2e60a2524</idGenero> <idLugarNace>5fde62b9-cc94-4f7d-b007-5e5278ed6c4d</idLugarNace> <idMail>e2920903-e56a-4136-8311-770bcb9499e2</idMail> <idNacionalidad>8aae811f-c891-4e04-95cb-4abbb18ef06d</idNacionalidad> <idParentesco>4641d200-a447-43b2-a166-91698d76a9d7</idParentesco> <idPersona>31d75ecf-156c-4e36-a279-9b1b9f014291</idPersona> <idTelefono>582df2ca-9c73-4307-b40c-f42e6b923580</idTelefono> <idUser>68e7bd91-471e-4b08-a830-9a14be4deab9</idUser> <numEmpleado>sample string 12</numEmpleado> <numTelefono>sample string 15</numTelefono> </TB_PostPersona>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiMembresias"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>