POST api/catCLUES
Request Information
URI Parameters
None.
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": "1b51cefc-9cc1-4ae7-b9d9-1bb246b8cb96",
"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
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": "03db7c9f-d580-492f-a8d3-af2166d0c5c2",
"cveCLUES": "sample string 2",
"nomCLUES": "sample string 3",
"nomTipologia": "sample string 4",
"nomTipo": "sample string 5",
"nomDomicilio": "sample string 6",
"cp": "sample string 7"
}