PUT api/catCLUES/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"idCLUES": "0cf77606-527f-4e29-b224-2f93fe4117df",
"cveCLUES": "sample string 2",
"nomCLUES": "sample string 3",
"nomTipologia": "sample string 4",
"nomTipo": "sample string 5",
"nomDomicilio": "sample string 6",
"cp": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.