GET api/Guias/ObtenerGuiaFacturacion?numeroguia={numeroguia}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
numeroguia

integer

Required

Body Parameters

None.

Response Information

Resource Description

GuiaFacturacion
NameDescriptionTypeAdditional information
IdGuia

integer

None.

NumeroGuia

integer

None.

NumeroGuiaProveedor

integer

None.

IdTipoGuia

integer

None.

IdCliente

integer

None.

IdPuntoVenta

integer

None.

NumeroOrdenServicio

integer

None.

NumeroCotizacion

integer

None.

IdProducto

integer

None.

IdSubproducto

integer

None.

IdTiempoEntrega

integer

None.

IdTipoServicio

integer

None.

IdFormaPago

integer

None.

IdTipoTrayecto

integer

None.

FleteTotal

decimal number

None.

ValorDeclarado

decimal number

None.

Sobreflete

decimal number

None.

Subtotal

decimal number

None.

Impuesto

decimal number

None.

Total

decimal number

None.

Descuento

decimal number

None.

PesoTotal

decimal number

None.

PesoTotalVolumen

decimal number

None.

NumeroPiezas

integer

None.

FechaEnvio

date

None.

FechaEntrega

date

None.

NombreTipoGuia

string

None.

NombreCliente

string

None.

NombreProducto

string

None.

NombreSubproducto

string

None.

NombreTiempoEntrega

string

None.

NombreTipoServicio

string

None.

NombreFormaPago

string

None.

NombreTipoTrayecto

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IdGuia": 1,
  "NumeroGuia": 2,
  "NumeroGuiaProveedor": 3,
  "IdTipoGuia": 4,
  "IdCliente": 5,
  "IdPuntoVenta": 6,
  "NumeroOrdenServicio": 7,
  "NumeroCotizacion": 8,
  "IdProducto": 9,
  "IdSubproducto": 10,
  "IdTiempoEntrega": 11,
  "IdTipoServicio": 12,
  "IdFormaPago": 13,
  "IdTipoTrayecto": 14,
  "FleteTotal": 15.0,
  "ValorDeclarado": 16.0,
  "Sobreflete": 17.0,
  "Subtotal": 18.0,
  "Impuesto": 19.0,
  "Total": 20.0,
  "Descuento": 21.0,
  "PesoTotal": 22.0,
  "PesoTotalVolumen": 23.0,
  "NumeroPiezas": 24,
  "FechaEnvio": "2025-12-30T08:30:25.3584068+00:00",
  "FechaEntrega": "2025-12-30T08:30:25.3584068+00:00",
  "NombreTipoGuia": "sample string 27",
  "NombreCliente": "sample string 28",
  "NombreProducto": "sample string 29",
  "NombreSubproducto": "sample string 30",
  "NombreTiempoEntrega": "sample string 31",
  "NombreTipoServicio": "sample string 32",
  "NombreFormaPago": "sample string 33",
  "NombreTipoTrayecto": "sample string 34"
}

application/xml, text/xml

Sample:
<GuiaFacturacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LogistnetsApi.Models">
  <Descuento>21</Descuento>
  <FechaEntrega>2025-12-30T08:30:25.3584068+00:00</FechaEntrega>
  <FechaEnvio>2025-12-30T08:30:25.3584068+00:00</FechaEnvio>
  <FleteTotal>15</FleteTotal>
  <IdCliente>5</IdCliente>
  <IdFormaPago>13</IdFormaPago>
  <IdGuia>1</IdGuia>
  <IdProducto>9</IdProducto>
  <IdPuntoVenta>6</IdPuntoVenta>
  <IdSubproducto>10</IdSubproducto>
  <IdTiempoEntrega>11</IdTiempoEntrega>
  <IdTipoGuia>4</IdTipoGuia>
  <IdTipoServicio>12</IdTipoServicio>
  <IdTipoTrayecto>14</IdTipoTrayecto>
  <Impuesto>19</Impuesto>
  <NombreCliente>sample string 28</NombreCliente>
  <NombreFormaPago>sample string 33</NombreFormaPago>
  <NombreProducto>sample string 29</NombreProducto>
  <NombreSubproducto>sample string 30</NombreSubproducto>
  <NombreTiempoEntrega>sample string 31</NombreTiempoEntrega>
  <NombreTipoGuia>sample string 27</NombreTipoGuia>
  <NombreTipoServicio>sample string 32</NombreTipoServicio>
  <NombreTipoTrayecto>sample string 34</NombreTipoTrayecto>
  <NumeroCotizacion>8</NumeroCotizacion>
  <NumeroGuia>2</NumeroGuia>
  <NumeroGuiaProveedor>3</NumeroGuiaProveedor>
  <NumeroOrdenServicio>7</NumeroOrdenServicio>
  <NumeroPiezas>24</NumeroPiezas>
  <PesoTotal>22</PesoTotal>
  <PesoTotalVolumen>23</PesoTotalVolumen>
  <Sobreflete>17</Sobreflete>
  <Subtotal>18</Subtotal>
  <Total>20</Total>
  <ValorDeclarado>16</ValorDeclarado>
</GuiaFacturacion>