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": "2d57d1eb-9c33-4dd4-805e-077a2a39e55c",
"idFilial": "009b2400-4e1e-49c6-8ab7-f2d3285ca3b2",
"idPersona": "39f101a3-1d43-4b1f-afa7-c5bf1ddddadb",
"Nombre": "sample string 4",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"fecNace": "2026-08-12T14:46:42.016215+00:00",
"idLugarNace": "8eeb2bc1-c2f2-4bf3-aaca-6544c7717020",
"idNacionalidad": "2e0d981a-610f-418d-acc5-def7743c73a8",
"idGenero": "dd86da0c-da24-4a7a-9c56-2da957e7f8ce",
"CURP": "sample string 11",
"numEmpleado": "sample string 12",
"idPV": "sample string 13",
"idParentesco": "9d19d470-a367-4e4e-9421-e2a66cf82ef8",
"idTelefono": "eabdf80d-657c-4273-843d-9b394eb648e9",
"numTelefono": "sample string 16",
"idMail": "353cfc88-4da7-4734-be41-124704942438",
"correo": "sample string 18",
"Accion": "sample string 19",
"idUser": "ab7e2b15-040b-420f-893c-17c90ec05a13"
}
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-08-12T14:46:42.016215+00:00</fecNace> <idCliente>2d57d1eb-9c33-4dd4-805e-077a2a39e55c</idCliente> <idFilial>009b2400-4e1e-49c6-8ab7-f2d3285ca3b2</idFilial> <idGenero>dd86da0c-da24-4a7a-9c56-2da957e7f8ce</idGenero> <idLugarNace>8eeb2bc1-c2f2-4bf3-aaca-6544c7717020</idLugarNace> <idMail>353cfc88-4da7-4734-be41-124704942438</idMail> <idNacionalidad>2e0d981a-610f-418d-acc5-def7743c73a8</idNacionalidad> <idPV>sample string 13</idPV> <idParentesco>9d19d470-a367-4e4e-9421-e2a66cf82ef8</idParentesco> <idPersona>39f101a3-1d43-4b1f-afa7-c5bf1ddddadb</idPersona> <idTelefono>eabdf80d-657c-4273-843d-9b394eb648e9</idTelefono> <idUser>ab7e2b15-040b-420f-893c-17c90ec05a13</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>