POST api/ProcesoGeneraParteManual?strToken={strToken}&intTipoOperacion={intTipoOperacion}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strToken | string |
Required |
|
| intTipoOperacion | integer |
Required |
Body Parameters
integerRequest Formats
application/json, text/json
Sample:
1
text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Respuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| booOk | boolean |
None. |
|
| strValor | string |
None. |
|
| strMensaje | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"booOk": true,
"strValor": "sample string 2",
"strMensaje": "sample string 3"
}
text/xml
Sample:
<Respuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestHaierSatWA.App_Code"> <booOk>true</booOk> <strMensaje>sample string 3</strMensaje> <strValor>sample string 2</strValor> </Respuesta>