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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
numeroguia

integer

Required

Body Parameters

None.

Response Information

Resource Description

GuiaDestino
NameDescriptionTypeAdditional information
IdGuia

integer

None.

NumeroGuia

integer

None.

NumeroGuiaProveedor

integer

None.

IdEntidadB

integer

None.

IdTipoEntidadB

integer

None.

IdTipoIdentificacionB

integer

None.

IdentificacionB

string

None.

NombreEntidadB

string

None.

ApellidoEntidadB

string

None.

RazonSocialB

string

None.

RUCB

string

None.

NumeroTelefonoPrincipalB

string

None.

NombreTipoEntidadB

string

None.

NombreTipoIdentificacionB

string

None.

IdUbicacionB

integer

None.

IdPaisB

integer

None.

IdProvinciaB

integer

None.

IdDistritoB

integer

None.

IdCiudadB

integer

None.

IdBarrioB

integer

None.

DireccionB

string

None.

PuntoReferencia1B

string

None.

PuntoReferencia2B

string

None.

LatitudB

decimal number

None.

LongitudB

decimal number

None.

NombreUbicacionB

string

None.

NombrePaisB

string

None.

NombreProvinciaB

string

None.

NombreDistritoB

string

None.

NombreCiudadB

string

None.

NombreBarrioB

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IdGuia": 1,
  "NumeroGuia": 2,
  "NumeroGuiaProveedor": 3,
  "IdEntidadB": 4,
  "IdTipoEntidadB": 5,
  "IdTipoIdentificacionB": 6,
  "IdentificacionB": "sample string 7",
  "NombreEntidadB": "sample string 8",
  "ApellidoEntidadB": "sample string 9",
  "RazonSocialB": "sample string 10",
  "RUCB": "sample string 11",
  "NumeroTelefonoPrincipalB": "sample string 12",
  "NombreTipoEntidadB": "sample string 13",
  "NombreTipoIdentificacionB": "sample string 14",
  "IdUbicacionB": 15,
  "IdPaisB": 16,
  "IdProvinciaB": 17,
  "IdDistritoB": 18,
  "IdCiudadB": 19,
  "IdBarrioB": 20,
  "DireccionB": "sample string 21",
  "PuntoReferencia1B": "sample string 22",
  "PuntoReferencia2B": "sample string 23",
  "LatitudB": 24.1,
  "LongitudB": 25.1,
  "NombreUbicacionB": "sample string 26",
  "NombrePaisB": "sample string 27",
  "NombreProvinciaB": "sample string 28",
  "NombreDistritoB": "sample string 29",
  "NombreCiudadB": "sample string 30",
  "NombreBarrioB": "sample string 31"
}

application/xml, text/xml

Sample:
<GuiaDestino xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LogistnetsApi.Models">
  <ApellidoEntidadB>sample string 9</ApellidoEntidadB>
  <DireccionB>sample string 21</DireccionB>
  <IdBarrioB>20</IdBarrioB>
  <IdCiudadB>19</IdCiudadB>
  <IdDistritoB>18</IdDistritoB>
  <IdEntidadB>4</IdEntidadB>
  <IdGuia>1</IdGuia>
  <IdPaisB>16</IdPaisB>
  <IdProvinciaB>17</IdProvinciaB>
  <IdTipoEntidadB>5</IdTipoEntidadB>
  <IdTipoIdentificacionB>6</IdTipoIdentificacionB>
  <IdUbicacionB>15</IdUbicacionB>
  <IdentificacionB>sample string 7</IdentificacionB>
  <LatitudB>24.1</LatitudB>
  <LongitudB>25.1</LongitudB>
  <NombreBarrioB>sample string 31</NombreBarrioB>
  <NombreCiudadB>sample string 30</NombreCiudadB>
  <NombreDistritoB>sample string 29</NombreDistritoB>
  <NombreEntidadB>sample string 8</NombreEntidadB>
  <NombrePaisB>sample string 27</NombrePaisB>
  <NombreProvinciaB>sample string 28</NombreProvinciaB>
  <NombreTipoEntidadB>sample string 13</NombreTipoEntidadB>
  <NombreTipoIdentificacionB>sample string 14</NombreTipoIdentificacionB>
  <NombreUbicacionB>sample string 26</NombreUbicacionB>
  <NumeroGuia>2</NumeroGuia>
  <NumeroGuiaProveedor>3</NumeroGuiaProveedor>
  <NumeroTelefonoPrincipalB>sample string 12</NumeroTelefonoPrincipalB>
  <PuntoReferencia1B>sample string 22</PuntoReferencia1B>
  <PuntoReferencia2B>sample string 23</PuntoReferencia2B>
  <RUCB>sample string 11</RUCB>
  <RazonSocialB>sample string 10</RazonSocialB>
</GuiaDestino>