DELETE api/catCLUES/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
catCLUES| Name | Description | Type | Additional information |
|---|---|---|---|
| idCLUES | globally unique identifier |
None. |
|
| cveCLUES | string |
None. |
|
| nomCLUES | string |
None. |
|
| nomTipologia | string |
None. |
|
| nomTipo | string |
None. |
|
| nomDomicilio | string |
None. |
|
| cp | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idCLUES": "e9dc9598-342a-422e-bd91-6459269076a8",
"cveCLUES": "sample string 2",
"nomCLUES": "sample string 3",
"nomTipologia": "sample string 4",
"nomTipo": "sample string 5",
"nomDomicilio": "sample string 6",
"cp": "sample string 7"
}