PUT api/etiquetas/editar-mensaje
Request Information
URI Parameters
None.
Body Parameters
MensajeEdit| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_FlujoMsj | decimal number |
None. |
|
| Observacion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id_FlujoMsj": 1.0,
"Observacion": "sample string 2"
}
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.