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": "0a5bdb42-7ee4-4b0d-965f-4992df934731",
"Nombre": "sample string 2",
"Paterno": "sample string 3",
"Materno": "sample string 4",
"fecNace": "sample string 5",
"idLugarNace": "46e53caf-5530-42a0-a624-7ba62ea8702e",
"idNacionalidad": "a627e79e-0c43-48c3-b6b6-987c5d2e9847",
"idGenero": "a7349552-7091-49b4-9f9b-a9510edd9913",
"idEstadoCivil": "ce082a9d-55e8-445b-9388-3684de55e389",
"CURP": "sample string 10",
"RFC": "sample string 11",
"Telefono": "sample string 12",
"Email": "sample string 13",
"idReligion": "7972c002-efa8-49f2-9bed-b1749262200f",
"idEmpresa": "735f517f-d42a-43d8-a9c6-ff10cf180f33",
"IdFilial": "c69252ae-8f9a-45d1-8439-ecd356d5da3b"
}
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>c69252ae-8f9a-45d1-8439-ecd356d5da3b</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>735f517f-d42a-43d8-a9c6-ff10cf180f33</idEmpresa> <idEstadoCivil>ce082a9d-55e8-445b-9388-3684de55e389</idEstadoCivil> <idGenero>a7349552-7091-49b4-9f9b-a9510edd9913</idGenero> <idLugarNace>46e53caf-5530-42a0-a624-7ba62ea8702e</idLugarNace> <idNacionalidad>a627e79e-0c43-48c3-b6b6-987c5d2e9847</idNacionalidad> <idPersona>0a5bdb42-7ee4-4b0d-965f-4992df934731</idPersona> <idReligion>7972c002-efa8-49f2-9bed-b1749262200f</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>