GET api/GuiaRemision/ListarPuntoPartida/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idPuntoPartida": 1,
"nombre": "sample string 2",
"idEstado": 3,
"codUbigeo": "sample string 4",
"direccion": "sample string 5",
"idEmpresa": 1,
"idAlmacen": 1,
"idProveedor": 1,
"idCliente": 1,
"porDefecto": 1,
"codReinfo": "sample string 6"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfPuntoPartida xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
<PuntoPartida>
<codReinfo>sample string 6</codReinfo>
<codUbigeo>sample string 4</codUbigeo>
<direccion>sample string 5</direccion>
<idAlmacen>1</idAlmacen>
<idCliente>1</idCliente>
<idEmpresa>1</idEmpresa>
<idEstado>3</idEstado>
<idProveedor>1</idProveedor>
<idPuntoPartida>1</idPuntoPartida>
<nombre>sample string 2</nombre>
<porDefecto>1</porDefecto>
</PuntoPartida>
<PuntoPartida>
<codReinfo>sample string 6</codReinfo>
<codUbigeo>sample string 4</codUbigeo>
<direccion>sample string 5</direccion>
<idAlmacen>1</idAlmacen>
<idCliente>1</idCliente>
<idEmpresa>1</idEmpresa>
<idEstado>3</idEstado>
<idProveedor>1</idProveedor>
<idPuntoPartida>1</idPuntoPartida>
<nombre>sample string 2</nombre>
<porDefecto>1</porDefecto>
</PuntoPartida>
<PuntoPartida>
<codReinfo>sample string 6</codReinfo>
<codUbigeo>sample string 4</codUbigeo>
<direccion>sample string 5</direccion>
<idAlmacen>1</idAlmacen>
<idCliente>1</idCliente>
<idEmpresa>1</idEmpresa>
<idEstado>3</idEstado>
<idProveedor>1</idProveedor>
<idPuntoPartida>1</idPuntoPartida>
<nombre>sample string 2</nombre>
<porDefecto>1</porDefecto>
</PuntoPartida>
</ArrayOfPuntoPartida>