POST api/etiquetas/crear-mensaje
Request Information
URI Parameters
None.
Body Parameters
MensajeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Flujodet | decimal number |
None. |
|
| Id_Flujo | decimal number |
None. |
|
| Nro_Iteracion | decimal number |
None. |
|
| Usuario | string |
None. |
|
| Observacion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id_Flujodet": 1.0,
"Id_Flujo": 2.0,
"Nro_Iteracion": 3.0,
"Usuario": "sample string 4",
"Observacion": "sample string 5"
}
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.