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": "47f7da50-cd35-4966-b03e-f3d072de90c0",
"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": "1ec3fa68-0f80-4928-8f6d-16c2c6e1fbe0",
"cveCLUES": "sample string 2",
"nomCLUES": "sample string 3",
"nomTipologia": "sample string 4",
"nomTipo": "sample string 5",
"nomDomicilio": "sample string 6",
"cp": "sample string 7"
}