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": "36acb3d5-e1d9-4533-8ef2-285375b572c5",
"idMedida": "d1867e19-b5ee-4a46-99cf-2525bba2a4cf",
"Fecha": "2026-07-10T14:11:09.0499756+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": "a99a7c97-48a4-4b44-ad22-03a9c3be817f",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "7eddf638-fb54-48a9-9cf8-811b21386ce3",
"fecNace": "2026-07-10T14:11:09.0656405+00:00",
"idLugarNace": "b6fa3591-13fd-4ad4-8d57-fad626b93902",
"idNacionalidad": "8596cbca-5f1a-4110-8da4-5a286c35c1eb",
"idEstadoCivil": "116bcfac-e80f-4ed6-8fbd-118f3d3fb287",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "06f05faf-d1b7-4ff9-8c59-01ba468e1d52",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "a1b5d57d-ec4d-4ca2-8b4a-76714f9012a1",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "fb8bfef0-c1c2-49ec-b1e6-eb29e1068445",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "9132c56c-8705-4e60-bab4-e7c269cc54e3",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "9fa9bec5-2fe9-4dd3-b170-4668e424940f",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}