POST api/planta/update
Request Information
URI Parameters
None.
Body Parameters
PlantaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Planta | string |
None. |
|
| Nom_Planta | string |
None. |
|
| Direccion | string |
None. |
|
| Cod_Comuna | string |
None. |
|
| Cod_CSP | string |
None. |
|
| Nro_Establecimiento | string |
None. |
|
| Contacto | string |
None. |
|
| Fono | string |
None. |
|
| string |
None. |
||
| Nom_Comuna | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id_Planta": "sample string 1",
"Nom_Planta": "sample string 2",
"Direccion": "sample string 3",
"Cod_Comuna": "sample string 4",
"Cod_CSP": "sample string 5",
"Nro_Establecimiento": "sample string 6",
"Contacto": "sample string 7",
"Fono": "sample string 8",
"Email": "sample string 9",
"Nom_Comuna": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespuestaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| estado | boolean |
None. |
|
| mensaje | string |
None. |
|
| data | Object |
None. |
|
| dataAdicional | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.