POST api/Post_PersonaSM
Request Information
URI Parameters
None.
Body Parameters
TB_PostPersonaSM| 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": "aeb0e542-7bf9-4ac5-b3a9-d431119441a0",
"idFilial": "61c04d97-9693-468b-b28e-b317bc1c2311",
"idPersona": "ce2efedf-dde0-4bbe-b86c-95805cf22c37",
"Nombre": "sample string 4",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"fecNace": "2026-09-03T14:49:05.7831113+00:00",
"idLugarNace": "69c8feae-878f-407a-81f2-742be3833cc2",
"idNacionalidad": "f42b9e37-f9ed-4d11-b7c9-bcef69e54fc8",
"idGenero": "467db51d-7f7a-4fc3-947b-8c45e3b6e76b",
"CURP": "sample string 11",
"numEmpleado": "sample string 12",
"idParentesco": "02f060da-6be8-4bb0-8694-ae7cbe9b4d19",
"idTelefono": "5b600894-d8a9-49a5-a73e-69ccd29d8c02",
"numTelefono": "sample string 15",
"idMail": "13d304c9-c571-4e4b-bfe2-9f2e08b71969",
"correo": "sample string 17",
"Accion": "sample string 18",
"idUser": "0687fdbc-82b5-46e0-b7ea-5aee3d24c1d6"
}
application/xml, text/xml
Sample:
<TB_PostPersonaSM 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-09-03T14:49:05.7831113+00:00</fecNace> <idCliente>aeb0e542-7bf9-4ac5-b3a9-d431119441a0</idCliente> <idFilial>61c04d97-9693-468b-b28e-b317bc1c2311</idFilial> <idGenero>467db51d-7f7a-4fc3-947b-8c45e3b6e76b</idGenero> <idLugarNace>69c8feae-878f-407a-81f2-742be3833cc2</idLugarNace> <idMail>13d304c9-c571-4e4b-bfe2-9f2e08b71969</idMail> <idNacionalidad>f42b9e37-f9ed-4d11-b7c9-bcef69e54fc8</idNacionalidad> <idParentesco>02f060da-6be8-4bb0-8694-ae7cbe9b4d19</idParentesco> <idPersona>ce2efedf-dde0-4bbe-b86c-95805cf22c37</idPersona> <idTelefono>5b600894-d8a9-49a5-a73e-69ccd29d8c02</idTelefono> <idUser>0687fdbc-82b5-46e0-b7ea-5aee3d24c1d6</idUser> <numEmpleado>sample string 12</numEmpleado> <numTelefono>sample string 15</numTelefono> </TB_PostPersonaSM>
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>