POST CerrarInventario?Id_Num_SuperCity={Id_Num_SuperCity}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id_Num_SuperCity

integer

Required

Body Parameters

Collection of ginvArtMod_d
NameDescriptionTypeAdditional information
Id_Num_SuperCity

integer

None.

Id_Fol_Inv

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_Fol_Inv": 2,
    "Id_Num_CodBarra": 3.1,
    "Cantidad": 4.1,
    "Fec_Movto": "2024-07-16T08:05:49.5682313-07:00"
  },
  {
    "Id_Num_SuperCity": 1,
    "Id_Fol_Inv": 2,
    "Id_Num_CodBarra": 3.1,
    "Cantidad": 4.1,
    "Fec_Movto": "2024-07-16T08:05:49.5682313-07:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfginvArtMod_d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GINV.Api.Services.Controllers">
  <ginvArtMod_d>
    <Cantidad>4.1</Cantidad>
    <Fec_Movto>2024-07-16T08:05:49.5682313-07:00</Fec_Movto>
    <Id_Fol_Inv>2</Id_Fol_Inv>
    <Id_Num_CodBarra>3.1</Id_Num_CodBarra>
    <Id_Num_SuperCity>1</Id_Num_SuperCity>
  </ginvArtMod_d>
  <ginvArtMod_d>
    <Cantidad>4.1</Cantidad>
    <Fec_Movto>2024-07-16T08:05:49.5682313-07:00</Fec_Movto>
    <Id_Fol_Inv>2</Id_Fol_Inv>
    <Id_Num_CodBarra>3.1</Id_Num_CodBarra>
    <Id_Num_SuperCity>1</Id_Num_SuperCity>
  </ginvArtMod_d>
</ArrayOfginvArtMod_d>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.