POST api/PostSomatometriaValoresBulk
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_ValoresSomatometria| Name | Description | Type | Additional information |
|---|---|---|---|
| idPaciente | globally unique identifier |
None. |
|
| idMedida | globally unique identifier |
None. |
|
| Fecha | date |
None. |
|
| Valor | decimal number |
None. |
|
| Estatura | decimal number |
None. |
|
| Peso | decimal number |
None. |
|
| IMC | decimal number |
None. |
|
| PS | decimal number |
None. |
|
| PD | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idPaciente": "f4dc7538-01d3-4bee-953e-76512f0d32f5",
"idMedida": "ba262563-1e0c-4ae9-b288-f7add9257672",
"Fecha": "2026-03-13T20:29:40.4501205+00:00",
"Valor": 4.1,
"Estatura": 5.1,
"Peso": 6.1,
"IMC": 7.1,
"PS": 8.1,
"PD": 9.1
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Persona| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| Nombre | string |
None. |
|
| idGenero | globally unique identifier |
None. |
|
| fecNace | date |
None. |
|
| idLugarNace | globally unique identifier |
None. |
|
| idNacionalidad | globally unique identifier |
None. |
|
| idEstadoCivil | globally unique identifier |
None. |
|
| CURP | string |
None. |
|
| RFC | string |
None. |
|
| idReligion | globally unique identifier |
None. |
|
| catEstadoCivil | catEstadoCivil |
None. |
|
| catGenero | catGenero |
None. |
|
| catLugarNace | catLugarNace |
None. |
|
| catNacionalidad | catNacionalidad |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPersona": "ae952bea-ff10-406d-a541-a3a4802425e4",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "e70b67d2-68e8-4522-9bb0-efe941541746",
"fecNace": "2026-03-13T20:29:40.4501205+00:00",
"idLugarNace": "157c4d83-cc8e-4cf2-8109-235c8257bf87",
"idNacionalidad": "1371e705-69a7-4b88-8270-81f17b9e5783",
"idEstadoCivil": "7a54a2f1-77b3-4a60-bbda-2236803fa636",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "c8da8b5c-5633-4f00-99d1-f6642069f582",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "43588e80-211c-485d-b440-aa8a9347a773",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "c83ffa87-55e8-4f9c-aa31-df5acd10804e",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "79a933c9-e37c-4279-b435-677d890ced58",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "e4a0b3a2-9802-4284-81f5-8fbdb80353cf",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}