POST api/tipoenvase/update
Request Information
URI Parameters
None.
Body Parameters
Tipo_EnvaseDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Cod_TipEnvase | string |
None. |
|
| Nom_TipEnvase | string |
None. |
|
| Exportacion | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Cod_TipEnvase": "sample string 1",
"Nom_TipEnvase": "sample string 2",
"Exportacion": true
}
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.