POST api/Post_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": "6da19d32-fa30-467d-9d33-5a665a4d3d33",
"idFilial": "bb1f0f70-2817-4760-bef1-c2a11fceb17a",
"idPersona": "84bc1cac-c811-4a7b-947e-edef18b28a67",
"Nombre": "sample string 4",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"fecNace": "2026-03-10T02:38:20.7978885+00:00",
"idLugarNace": "2eb66eec-1eba-453e-b2fe-e4705461c986",
"idNacionalidad": "26fe83a8-2acc-4702-87e0-a9cbc51a3232",
"idGenero": "83ed1aa0-33fc-4996-8b2e-a03a1c4a578c",
"CURP": "sample string 11",
"numEmpleado": "sample string 12",
"idPV": "sample string 13",
"idParentesco": "8432f638-b977-4b4a-a913-9d36afd0745c",
"idTelefono": "2e125279-5b6a-4f4a-84bc-39704c30b26a",
"numTelefono": "sample string 16",
"idMail": "166de1d3-ec12-4f0f-a727-ed8f89b635f3",
"correo": "sample string 18",
"Accion": "sample string 19",
"idUser": "23543b16-b6c8-45fc-bed7-53dcf2addfc7"
}
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-03-10T02:38:20.7978885+00:00</fecNace> <idCliente>6da19d32-fa30-467d-9d33-5a665a4d3d33</idCliente> <idFilial>bb1f0f70-2817-4760-bef1-c2a11fceb17a</idFilial> <idGenero>83ed1aa0-33fc-4996-8b2e-a03a1c4a578c</idGenero> <idLugarNace>2eb66eec-1eba-453e-b2fe-e4705461c986</idLugarNace> <idMail>166de1d3-ec12-4f0f-a727-ed8f89b635f3</idMail> <idNacionalidad>26fe83a8-2acc-4702-87e0-a9cbc51a3232</idNacionalidad> <idPV>sample string 13</idPV> <idParentesco>8432f638-b977-4b4a-a913-9d36afd0745c</idParentesco> <idPersona>84bc1cac-c811-4a7b-947e-edef18b28a67</idPersona> <idTelefono>2e125279-5b6a-4f4a-84bc-39704c30b26a</idTelefono> <idUser>23543b16-b6c8-45fc-bed7-53dcf2addfc7</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>