GET Advanced/ObtenerItemsVista?DespachoID={DespachoID}
Retorna una Vista de Lista de articulos con campos minimos para mostrar en la grillas.
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.
SintiaAdvanceItemsView| Name | Description | Type | Additional information |
|---|---|---|---|
| DespachoId | integer |
None. |
|
| Items | Collection of SintiaAdvanceItemView |
None. |
Response Formats
application/json, text/json
Sample:
{
"DespachoId": 1,
"Items": [
{
"ID": 1,
"NART": "sample string 2",
"NARTEXT": "sample string 3",
"IESPNCE": "sample string 4",
"LISTA": "sample string 5",
"CARTPAYORI": "sample string 6",
"CARTPAYPRC": "sample string 7",
"CARTUNTDCL": "sample string 8",
"QARTUNTDCL": 1.0,
"CARTUNTEST": "sample string 9",
"QARTUNTEST": 1.0,
"QARTKGRNET": 1.0,
"MARTFOB": 1.0,
"MARTFLE": 1.0,
"MARTASS": 1.0,
"MARTAJUINC": 1.0,
"MARTAJUDED": 1.0,
"CARTUSO": "sample string 10",
"Ventajas": "sample string 11",
"InfoAdicional": "sample string 12",
"Documentos": "sample string 13"
},
{
"ID": 1,
"NART": "sample string 2",
"NARTEXT": "sample string 3",
"IESPNCE": "sample string 4",
"LISTA": "sample string 5",
"CARTPAYORI": "sample string 6",
"CARTPAYPRC": "sample string 7",
"CARTUNTDCL": "sample string 8",
"QARTUNTDCL": 1.0,
"CARTUNTEST": "sample string 9",
"QARTUNTEST": 1.0,
"QARTKGRNET": 1.0,
"MARTFOB": 1.0,
"MARTFLE": 1.0,
"MARTASS": 1.0,
"MARTAJUINC": 1.0,
"MARTAJUDED": 1.0,
"CARTUSO": "sample string 10",
"Ventajas": "sample string 11",
"InfoAdicional": "sample string 12",
"Documentos": "sample string 13"
}
]
}
application/xml, text/xml
Sample:
<SintiaAdvanceItemsView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alpha.AutomatizadorMaria.Modelo.View">
<DespachoId>1</DespachoId>
<Items>
<SintiaAdvanceItemView>
<CARTPAYORI>sample string 6</CARTPAYORI>
<CARTPAYPRC>sample string 7</CARTPAYPRC>
<CARTUNTDCL>sample string 8</CARTUNTDCL>
<CARTUNTEST>sample string 9</CARTUNTEST>
<CARTUSO>sample string 10</CARTUSO>
<Documentos>sample string 13</Documentos>
<ID>1</ID>
<IESPNCE>sample string 4</IESPNCE>
<InfoAdicional>sample string 12</InfoAdicional>
<LISTA>sample string 5</LISTA>
<MARTAJUDED>1</MARTAJUDED>
<MARTAJUINC>1</MARTAJUINC>
<MARTASS>1</MARTASS>
<MARTFLE>1</MARTFLE>
<MARTFOB>1</MARTFOB>
<NART>sample string 2</NART>
<NARTEXT>sample string 3</NARTEXT>
<QARTKGRNET>1</QARTKGRNET>
<QARTUNTDCL>1</QARTUNTDCL>
<QARTUNTEST>1</QARTUNTEST>
<Ventajas>sample string 11</Ventajas>
</SintiaAdvanceItemView>
<SintiaAdvanceItemView>
<CARTPAYORI>sample string 6</CARTPAYORI>
<CARTPAYPRC>sample string 7</CARTPAYPRC>
<CARTUNTDCL>sample string 8</CARTUNTDCL>
<CARTUNTEST>sample string 9</CARTUNTEST>
<CARTUSO>sample string 10</CARTUSO>
<Documentos>sample string 13</Documentos>
<ID>1</ID>
<IESPNCE>sample string 4</IESPNCE>
<InfoAdicional>sample string 12</InfoAdicional>
<LISTA>sample string 5</LISTA>
<MARTAJUDED>1</MARTAJUDED>
<MARTAJUINC>1</MARTAJUINC>
<MARTASS>1</MARTASS>
<MARTFLE>1</MARTFLE>
<MARTFOB>1</MARTFOB>
<NART>sample string 2</NART>
<NARTEXT>sample string 3</NARTEXT>
<QARTKGRNET>1</QARTKGRNET>
<QARTUNTDCL>1</QARTUNTDCL>
<QARTUNTEST>1</QARTUNTEST>
<Ventajas>sample string 11</Ventajas>
</SintiaAdvanceItemView>
</Items>
</SintiaAdvanceItemsView>