POST api/glosascontrato/update
Request Information
URI Parameters
None.
Body Parameters
Glosas_ContratoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Glosa | decimal number |
None. |
|
| Glosa_Espanol | string |
None. |
|
| Glosa_Ingles | string |
None. |
|
| Activo | boolean |
None. |
|
| ActiveString | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id_Glosa": 1.0,
"Glosa_Espanol": "sample string 2",
"Glosa_Ingles": "sample string 3",
"Activo": true,
"ActiveString": "sample string 4"
}
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.