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": "867e1dc9-591d-46df-a8ac-ef7b03fab904",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "2",
"$values": [
{
"$id": "3",
"idPersona": "8010c550-1b2e-493b-aae0-e88f075afde7",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "856a891c-cf0e-4dc8-ad74-8eaba1b8a970",
"fecNace": "2026-03-13T20:29:47.3251097+00:00",
"idLugarNace": "a1f2c2f1-bde4-404e-8f85-54ace77a0bd0",
"idNacionalidad": "78b4d7a8-489f-46ff-8098-bf09fcd8491f",
"idEstadoCivil": "eda4f91f-5fa9-4f2f-b509-1ee8007aee34",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "ebbf640a-c647-4c59-99b7-8d77ab8721ce",
"catEstadoCivil": {
"$id": "4",
"idEstadoCivil": "e0316364-5301-4bda-8823-c0c5273f8a38",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
},
"catGenero": {
"$id": "6",
"idGenero": "ad09bc36-2cd8-4cf1-a2dd-adfe54ca16d7",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
},
"catLugarNace": {
"$ref": "1"
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "9d477694-31e1-4080-8616-de7074f6cd09",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
}
},
{
"$ref": "3"
}
]
}
}