POST Traduccion/POST/ObtenerTraduccionMensajesError
Request Information
URI Parameters
None.
Body Parameters
ObtenerTraduccionViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CodigoApp | globally unique identifier |
None. |
|
| Culture | string |
None. |
|
| IdEmpresa | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CodigoApp": "15574a78-626c-4b89-bd99-a3a1e3ee5d27",
"Culture": "sample string 2",
"IdEmpresa": 3
}
application/xml, text/xml
Sample:
<ObtenerTraduccionViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siapre.Traducciones.Models"> <CodigoApp>15574a78-626c-4b89-bd99-a3a1e3ee5d27</CodigoApp> <Culture>sample string 2</Culture> <IdEmpresa>3</IdEmpresa> </ObtenerTraduccionViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.