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": "fdf7a94c-14d6-41ee-9f54-937087daea97",
"idMedida": "5cab7d89-3aa5-4ad7-ac84-5a85834b0c3f",
"Fecha": "2026-03-25T06:28:16.9580849-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": "d31cc6c8-2f09-4870-8b18-1accdacd59f6",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "4a83e3ee-f0de-4a24-8ece-caf499d0decc",
"fecNace": "2026-03-25T06:28:16.9580849-04:00",
"idLugarNace": "c163ec74-4f24-42e2-9294-a2cbe08acb56",
"idNacionalidad": "d1e83517-9130-4083-a100-907a0f802e11",
"idEstadoCivil": "5b3b664d-ca8d-49e4-b719-6b51dfdeb8fe",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "78aed0c8-d7e6-48db-a6ad-4d9bb205ceba",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "76daa552-8fcc-4697-83a1-2e2a7a5e1e24",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "0cef5042-b788-412a-948e-437074fbd2ac",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "7e5866ce-dd38-46f5-aeb3-0444714cffe4",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "fce04daa-ef66-4fb7-a3ab-4c0fd5cc3248",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}