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": "1fc9133e-c675-4aad-a8fe-97f377f30fad",
"idMedida": "f518d6b7-6edf-4e48-b117-5a39ae91af01",
"Fecha": "2026-03-21T01:52:12.7136803-04: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": "9f4426c6-6c90-4129-acd5-8914b12dbe2d",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "f015c681-d9cd-4fe6-b64d-33bb8bd7f543",
"fecNace": "2026-03-21T01:52:12.7293059-04:00",
"idLugarNace": "cdf5b92d-dbe8-48d7-86a8-f3a05bb076a6",
"idNacionalidad": "c679f3e3-3ac7-423f-8e0d-95af9119c153",
"idEstadoCivil": "e2655ceb-39d3-4871-9ebc-6926171c1eeb",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "abd6485e-945d-419e-bd50-4fd24cae6109",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "4d86b6f8-d891-4cbe-a614-9da914eaa755",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "786e7abe-0cd8-4cce-8544-d48028cf2e70",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "e7aa13a7-eca4-49f4-979a-42f9c1d6d617",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "7511f638-f884-4120-af63-d5d7eacf8ed8",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}