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": "a0e1a1c9-1a12-4ca9-8816-60cacef7c5d9",
"idMedida": "acf50cf5-4df1-44dc-8aaf-1c5ba644f2f7",
"Fecha": "2026-06-18T03:20:44.3350375+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": "72c19353-f896-4b9d-bbe7-71ee647339e3",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "50c6f4ff-5b6c-4c8b-999d-af3dfd145acb",
"fecNace": "2026-06-18T03:20:44.3350375+00:00",
"idLugarNace": "b0686446-4fda-41b0-8d5b-e90d6ada84dd",
"idNacionalidad": "b72c4549-5ca1-440c-aaa9-95ba082fd290",
"idEstadoCivil": "100230b0-4492-40ba-973e-a643980b3d7b",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "5b7bf068-f7b5-414c-8525-c238d3488ca5",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "dcbc5a1a-8c4c-4d70-ba4b-9569de81f4be",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "346ba814-f82f-40c5-ac23-4bb6785cf1bc",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "a008aa78-84e3-4e8a-88c1-aeff756e2ab9",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "8fa73bf8-4fb0-426e-8502-28249e05b451",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}