DELETE api/catLugarNaces/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
catLugarNace| Name | Description | Type | Additional information |
|---|---|---|---|
| idLugarNace | globally unique identifier |
None. |
|
| numLugarNace | string |
None. |
|
| codLugarNace | string |
None. |
|
| nomLugarNace | string |
None. |
|
| Persona | Collection of Persona |
None. |
Response Formats
application/json, text/json
Sample:
{
"idLugarNace": "ad971fed-a6bd-4d25-93cd-e6e173da9025",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "2",
"$values": [
{
"$id": "3",
"idPersona": "a9cc0be2-1495-4449-9fb9-f8772beccb12",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "4140be9e-76a9-4a9c-9231-58a638af300d",
"fecNace": "2026-03-25T06:32:52.1136267-04:00",
"idLugarNace": "d9868bd5-dff1-4eef-be35-10ac1892d6f6",
"idNacionalidad": "a5df794b-0648-47e7-b000-684b572d6ccd",
"idEstadoCivil": "419d8b1f-37d3-4dba-b1ef-3245f7c2ccfa",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "030706dc-3478-490f-ac05-2e335032af09",
"catEstadoCivil": {
"$id": "4",
"idEstadoCivil": "a9e89f00-3528-4759-ae4b-63d476da6ddd",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
},
"catGenero": {
"$id": "6",
"idGenero": "d9cc0d56-79f4-4198-bb17-520c74f7f79c",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
},
"catLugarNace": {
"$ref": "1"
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "e14c0dff-fa36-4edf-954c-f4552046bc92",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
}
},
{
"$ref": "3"
}
]
}
}