GET api/Values?zona={zona}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
zona

integer

Required

Body Parameters

Collection of ginvZonaCaptura_d
NameDescriptionTypeAdditional information
Id_Num_SuperCity

integer

None.

Id_Num_DispMov

integer

None.

Id_Fol_Inv

integer

None.

Id_Num_ZonaInv

integer

None.

Id_Cnsc_Captura

integer

None.

Id_Num_CodBarra

decimal number

None.

Cantidad

decimal number

None.

Fec_Movto

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id_Num_SuperCity": 1,
    "Id_Num_DispMov": 2,
    "Id_Fol_Inv": 3,
    "Id_Num_ZonaInv": 4,
    "Id_Cnsc_Captura": 5,
    "Id_Num_CodBarra": 6.1,
    "Cantidad": 7.1,
    "Fec_Movto": "2024-07-16T07:45:32.5566094-07:00"
  },
  {
    "Id_Num_SuperCity": 1,
    "Id_Num_DispMov": 2,
    "Id_Fol_Inv": 3,
    "Id_Num_ZonaInv": 4,
    "Id_Cnsc_Captura": 5,
    "Id_Num_CodBarra": 6.1,
    "Cantidad": 7.1,
    "Fec_Movto": "2024-07-16T07:45:32.5566094-07:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfginvZonaCaptura_d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GINV.Api.Services.Controllers">
  <ginvZonaCaptura_d>
    <Cantidad>7.1</Cantidad>
    <Fec_Movto>2024-07-16T07:45:32.5566094-07:00</Fec_Movto>
    <Id_Cnsc_Captura>5</Id_Cnsc_Captura>
    <Id_Fol_Inv>3</Id_Fol_Inv>
    <Id_Num_CodBarra>6.1</Id_Num_CodBarra>
    <Id_Num_DispMov>2</Id_Num_DispMov>
    <Id_Num_SuperCity>1</Id_Num_SuperCity>
    <Id_Num_ZonaInv>4</Id_Num_ZonaInv>
  </ginvZonaCaptura_d>
  <ginvZonaCaptura_d>
    <Cantidad>7.1</Cantidad>
    <Fec_Movto>2024-07-16T07:45:32.5566094-07:00</Fec_Movto>
    <Id_Cnsc_Captura>5</Id_Cnsc_Captura>
    <Id_Fol_Inv>3</Id_Fol_Inv>
    <Id_Num_CodBarra>6.1</Id_Num_CodBarra>
    <Id_Num_DispMov>2</Id_Num_DispMov>
    <Id_Num_SuperCity>1</Id_Num_SuperCity>
    <Id_Num_ZonaInv>4</Id_Num_ZonaInv>
  </ginvZonaCaptura_d>
</ArrayOfginvZonaCaptura_d>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>