POST api/Post_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": "b70eaed7-2a2d-49a4-b52d-e3f6e8c0f16c",
"idFilial": "574fbca0-8b44-4332-a4f9-bb700377ffd7",
"idPersona": "d8711d32-adba-4d57-a0e2-6f2d49eb5dd0",
"Nombre": "sample string 4",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"fecNace": "2026-05-04T16:56:29.5462369+00:00",
"idLugarNace": "b978b755-3e99-4665-8799-f3892f3a151e",
"idNacionalidad": "c741c972-37c3-402f-8762-d085843f5f67",
"idGenero": "d03c6d13-6a03-4e2d-8735-dd69ef826334",
"CURP": "sample string 11",
"numEmpleado": "sample string 12",
"idParentesco": "cd3ba629-0c32-4f86-9730-66d60fc9678b",
"idTelefono": "1f7b132b-e713-4a9c-890a-5e1e16ba509a",
"numTelefono": "sample string 15",
"idMail": "1ef74e07-4016-4e84-b375-130bee26c36e",
"correo": "sample string 17",
"Accion": "sample string 18",
"idUser": "ddff9840-9571-4fc0-a91c-353277555143"
}
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-05-04T16:56:29.5462369+00:00</fecNace> <idCliente>b70eaed7-2a2d-49a4-b52d-e3f6e8c0f16c</idCliente> <idFilial>574fbca0-8b44-4332-a4f9-bb700377ffd7</idFilial> <idGenero>d03c6d13-6a03-4e2d-8735-dd69ef826334</idGenero> <idLugarNace>b978b755-3e99-4665-8799-f3892f3a151e</idLugarNace> <idMail>1ef74e07-4016-4e84-b375-130bee26c36e</idMail> <idNacionalidad>c741c972-37c3-402f-8762-d085843f5f67</idNacionalidad> <idParentesco>cd3ba629-0c32-4f86-9730-66d60fc9678b</idParentesco> <idPersona>d8711d32-adba-4d57-a0e2-6f2d49eb5dd0</idPersona> <idTelefono>1f7b132b-e713-4a9c-890a-5e1e16ba509a</idTelefono> <idUser>ddff9840-9571-4fc0-a91c-353277555143</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>