POST api/Update_PersonaMutus
Request Information
URI Parameters
None.
Body Parameters
TB_PostPersonaMutus| 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. |
|
| idPV | 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": "6d0c5f5c-7bc0-4fbd-b573-06904cb17be6",
"idFilial": "3c35ba6b-24ef-46a6-b9a9-de934775fafe",
"idPersona": "a1e607f1-7f61-4f74-a67a-92371ad6d99b",
"Nombre": "sample string 4",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"fecNace": "2026-09-03T14:48:44.3099262+00:00",
"idLugarNace": "a5efdfeb-0638-4689-bad8-22c76b084334",
"idNacionalidad": "9253fe33-f6dd-4a07-94dd-8582258ddcde",
"idGenero": "8fc15d8e-ce22-404a-aab4-3b2b8421fe2b",
"CURP": "sample string 11",
"numEmpleado": "sample string 12",
"idPV": "sample string 13",
"idParentesco": "944a2360-cff6-4fc4-89f6-19be11253aa7",
"idTelefono": "9fc55309-5b70-4190-b032-0d259cb840bd",
"numTelefono": "sample string 16",
"idMail": "471d63e9-91d1-4442-beac-99a9f1d2c37d",
"correo": "sample string 18",
"Accion": "sample string 19",
"idUser": "1ac08a9e-2ccb-45d7-b314-766bebea82df"
}
application/xml, text/xml
Sample:
<TB_PostPersonaMutus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiMembresias"> <Accion>sample string 19</Accion> <CURP>sample string 11</CURP> <Materno>sample string 6</Materno> <Nombre>sample string 4</Nombre> <Paterno>sample string 5</Paterno> <correo>sample string 18</correo> <fecNace>2026-09-03T14:48:44.3099262+00:00</fecNace> <idCliente>6d0c5f5c-7bc0-4fbd-b573-06904cb17be6</idCliente> <idFilial>3c35ba6b-24ef-46a6-b9a9-de934775fafe</idFilial> <idGenero>8fc15d8e-ce22-404a-aab4-3b2b8421fe2b</idGenero> <idLugarNace>a5efdfeb-0638-4689-bad8-22c76b084334</idLugarNace> <idMail>471d63e9-91d1-4442-beac-99a9f1d2c37d</idMail> <idNacionalidad>9253fe33-f6dd-4a07-94dd-8582258ddcde</idNacionalidad> <idPV>sample string 13</idPV> <idParentesco>944a2360-cff6-4fc4-89f6-19be11253aa7</idParentesco> <idPersona>a1e607f1-7f61-4f74-a67a-92371ad6d99b</idPersona> <idTelefono>9fc55309-5b70-4190-b032-0d259cb840bd</idTelefono> <idUser>1ac08a9e-2ccb-45d7-b314-766bebea82df</idUser> <numEmpleado>sample string 12</numEmpleado> <numTelefono>sample string 16</numTelefono> </TB_PostPersonaMutus>
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>