POST Traduccion/POST/ObtenerTraduccionGeneral
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": "b04d6f75-357d-4aad-ae20-091a03fa8298",
"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>b04d6f75-357d-4aad-ae20-091a03fa8298</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.