GET api/GetSiniestrosPendientesEstadosCantidad?strToken={strToken}&strVersion={strVersion}&strUsuario={strUsuario}&strSat={strSat}&strCargo={strCargo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strToken | string |
Required |
|
| strVersion | string |
Required |
|
| strUsuario | string |
Required |
|
| strSat | string |
Required |
|
| strCargo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ClaveValor| Name | Description | Type | Additional information |
|---|---|---|---|
| strClave | string |
None. |
|
| strValor | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"strClave": "sample string 1",
"strValor": "sample string 2"
},
{
"strClave": "sample string 1",
"strValor": "sample string 2"
}
]
text/xml
Sample:
<ArrayOfClaveValor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestHaierSatWA.App_Code">
<ClaveValor>
<strClave>sample string 1</strClave>
<strValor>sample string 2</strValor>
</ClaveValor>
<ClaveValor>
<strClave>sample string 1</strClave>
<strValor>sample string 2</strValor>
</ClaveValor>
</ArrayOfClaveValor>