POST api/Jornadas/PostPersona
Request Information
URI Parameters
None.
Body Parameters
TB_JornadasPersona| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| fecNace | string |
None. |
|
| idLugarNace | globally unique identifier |
None. |
|
| idNacionalidad | globally unique identifier |
None. |
|
| idGenero | globally unique identifier |
None. |
|
| idEstadoCivil | globally unique identifier |
None. |
|
| CURP | string |
None. |
|
| RFC | string |
None. |
|
| Telefono | string |
None. |
|
| string |
None. |
||
| idReligion | globally unique identifier |
None. |
|
| idEmpresa | globally unique identifier |
None. |
|
| IdFilial | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPersona": "14c8cf26-70f6-4a83-911a-090df9a9eae6",
"Nombre": "sample string 2",
"Paterno": "sample string 3",
"Materno": "sample string 4",
"fecNace": "sample string 5",
"idLugarNace": "2a74442d-3c67-4e48-b096-beed97853e26",
"idNacionalidad": "35603523-b1ef-41be-93a1-b6bf14468726",
"idGenero": "a33af51b-0c1d-402b-bb71-df5d1d089998",
"idEstadoCivil": "2706cbef-77cb-451f-9df0-179128a22119",
"CURP": "sample string 10",
"RFC": "sample string 11",
"Telefono": "sample string 12",
"Email": "sample string 13",
"idReligion": "1f9c2331-e485-41d4-9279-057b9fa80e8c",
"idEmpresa": "9c393b87-ddaf-42d5-ac18-2304464a23fe",
"IdFilial": "58b72405-178b-4fc7-bb5b-17fc0a5734db"
}
application/xml, text/xml
Sample:
<TB_JornadasPersona xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiMembresias"> <CURP>sample string 10</CURP> <Email>sample string 13</Email> <IdFilial>58b72405-178b-4fc7-bb5b-17fc0a5734db</IdFilial> <Materno>sample string 4</Materno> <Nombre>sample string 2</Nombre> <Paterno>sample string 3</Paterno> <RFC>sample string 11</RFC> <Telefono>sample string 12</Telefono> <fecNace>sample string 5</fecNace> <idEmpresa>9c393b87-ddaf-42d5-ac18-2304464a23fe</idEmpresa> <idEstadoCivil>2706cbef-77cb-451f-9df0-179128a22119</idEstadoCivil> <idGenero>a33af51b-0c1d-402b-bb71-df5d1d089998</idGenero> <idLugarNace>2a74442d-3c67-4e48-b096-beed97853e26</idLugarNace> <idNacionalidad>35603523-b1ef-41be-93a1-b6bf14468726</idNacionalidad> <idPersona>14c8cf26-70f6-4a83-911a-090df9a9eae6</idPersona> <idReligion>1f9c2331-e485-41d4-9279-057b9fa80e8c</idReligion> </TB_JornadasPersona>
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>