GET Advanced/ObtenerArticulosLiquidacionVista?DespachoID={DespachoID}
Retorna la lista de de spacho
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DespachoID |
Identificador del despacho del cual se obtendrá la cratula. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Respuesta HTTP con el código de estado OK y los detalles del despacho en caso de éxito. En caso de error, retorna una respuesta HTTP con el código de estado interno del servidor y detalles del error.
SintiaAdvanceArticulosLiquidacionesView| Name | Description | Type | Additional information |
|---|---|---|---|
| DespachoId | integer |
None. |
|
| Liquidaciones | Collection of SintiaAdvanceArticuloLiquidacionView |
None. |
Response Formats
application/json, text/json
Sample:
{
"DespachoId": 1,
"Liquidaciones": [
{
"IDDT": "sample string 1",
"NART": "sample string 2",
"NARTEXT": "sample string 3",
"IESPNCE": "sample string 4",
"MARTFOBDOL": 5.0,
"MARTASS": 6.0,
"MARTFLE": 7.0,
"MARTAJUINC": 8.0,
"MARTAJUDED": 9.0,
"LISTA": "sample string 10",
"CLQATAX": "sample string 11",
"LTAXABR": "sample string 12",
"CLQATYP": "sample string 13",
"MLQABAS": 14.0,
"QLQACOEFIC": 15.0,
"MLQA": 16.0
},
{
"IDDT": "sample string 1",
"NART": "sample string 2",
"NARTEXT": "sample string 3",
"IESPNCE": "sample string 4",
"MARTFOBDOL": 5.0,
"MARTASS": 6.0,
"MARTFLE": 7.0,
"MARTAJUINC": 8.0,
"MARTAJUDED": 9.0,
"LISTA": "sample string 10",
"CLQATAX": "sample string 11",
"LTAXABR": "sample string 12",
"CLQATYP": "sample string 13",
"MLQABAS": 14.0,
"QLQACOEFIC": 15.0,
"MLQA": 16.0
}
]
}
application/xml, text/xml
Sample:
<SintiaAdvanceArticulosLiquidacionesView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alpha.AutomatizadorMaria.Modelo.View">
<DespachoId>1</DespachoId>
<Liquidaciones>
<SintiaAdvanceArticuloLiquidacionView>
<CLQATAX>sample string 11</CLQATAX>
<CLQATYP>sample string 13</CLQATYP>
<IDDT>sample string 1</IDDT>
<IESPNCE>sample string 4</IESPNCE>
<LISTA>sample string 10</LISTA>
<LTAXABR>sample string 12</LTAXABR>
<MARTAJUDED>9</MARTAJUDED>
<MARTAJUINC>8</MARTAJUINC>
<MARTASS>6</MARTASS>
<MARTFLE>7</MARTFLE>
<MARTFOBDOL>5</MARTFOBDOL>
<MLQA>16</MLQA>
<MLQABAS>14</MLQABAS>
<NART>sample string 2</NART>
<NARTEXT>sample string 3</NARTEXT>
<QLQACOEFIC>15</QLQACOEFIC>
</SintiaAdvanceArticuloLiquidacionView>
<SintiaAdvanceArticuloLiquidacionView>
<CLQATAX>sample string 11</CLQATAX>
<CLQATYP>sample string 13</CLQATYP>
<IDDT>sample string 1</IDDT>
<IESPNCE>sample string 4</IESPNCE>
<LISTA>sample string 10</LISTA>
<LTAXABR>sample string 12</LTAXABR>
<MARTAJUDED>9</MARTAJUDED>
<MARTAJUINC>8</MARTAJUINC>
<MARTASS>6</MARTASS>
<MARTFLE>7</MARTFLE>
<MARTFOBDOL>5</MARTFOBDOL>
<MLQA>16</MLQA>
<MLQABAS>14</MLQABAS>
<NART>sample string 2</NART>
<NARTEXT>sample string 3</NARTEXT>
<QLQACOEFIC>15</QLQACOEFIC>
</SintiaAdvanceArticuloLiquidacionView>
</Liquidaciones>
</SintiaAdvanceArticulosLiquidacionesView>