POST api/Inventario/Inicial

Agrega un objeto de bulto al inventario inicial

Informacion Request

URI Parametros

Ninguno.

Parametros Body

InventarioInicial
NombreDescripcionTipoInformacion Adicicional
InventoryInitial_Id

integer

Ninguno.

Company_Id

integer

Ninguno.

Site_Id

Id del sitio

integer

Ninguno.

Package_ParentSSCC

Nº de bulto

string

Ninguno.

Layout_Id

Id de ubicacion

integer

Ninguno.

Staff_Id

Id de usuario

integer

Ninguno.

InventoryInitial_Quantity

Cantidad de unidades

integer

Ninguno.

InventoryInitial_LoadDate

Fecha de carga

date

Ninguno.

InventoryInitial_Processed

Id del estado de proceso

integer

Ninguno.

ArticleProvider_CodClient

Codigo producto

string

Ninguno.

Business_Partner_Id

Socio de negocio propietario

string

Ninguno.

Supportive_Id

Id del soportante

integer

Ninguno.

InventoryInitial_Fail

Informacion de error

string

Ninguno.

InventoryInitial_FProd

Fecha de Produccion

date

Ninguno.

InventoryInitial_Lot

Lote del bulto

string

Ninguno.

InventoryInitial_FVenc

Fecha de vencimiento

date

Ninguno.

Neto

Peso neto del bulto

decimal number

Ninguno.

ArticleProvider_CodEquiID

Id de equivalencia

integer

Ninguno.

ArticleProvider_CodEqui

Codigo de equivalencia

string

Ninguno.

ArticleProvider_Cant

Cantidad del articulo

integer

Ninguno.

MasterBox_Quantity

Cantidad master

integer

Ninguno.

Formato Request

application/json, text/json

Ejemplo:
{
  "InventoryInitial_Id": 1,
  "Company_Id": 2,
  "Site_Id": 3,
  "Package_ParentSSCC": "sample string 4",
  "Layout_Id": 5,
  "Staff_Id": 6,
  "InventoryInitial_Quantity": 1,
  "InventoryInitial_LoadDate": "2025-12-06T00:47:12.3012279-03:00",
  "InventoryInitial_Processed": 8,
  "ArticleProvider_CodClient": "sample string 9",
  "Business_Partner_Id": "sample string 10",
  "Supportive_Id": 1,
  "InventoryInitial_Fail": "sample string 11",
  "InventoryInitial_FProd": "2025-12-06T00:47:12.3012279-03:00",
  "InventoryInitial_Lot": "sample string 13",
  "InventoryInitial_FVenc": "2025-12-06T00:47:12.3012279-03:00",
  "Neto": 1.0,
  "ArticleProvider_CodEquiID": 15,
  "ArticleProvider_CodEqui": "sample string 16",
  "ArticleProvider_Cant": 17,
  "MasterBox_Quantity": 18
}

application/xml, text/xml

Ejemplo:
<DtoObj.InventarioInicial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INNVITA_DTO">
  <ArticleProvider_Cant>17</ArticleProvider_Cant>
  <ArticleProvider_CodClient>sample string 9</ArticleProvider_CodClient>
  <ArticleProvider_CodEqui>sample string 16</ArticleProvider_CodEqui>
  <ArticleProvider_CodEquiID>15</ArticleProvider_CodEquiID>
  <Business_Partner_Id>sample string 10</Business_Partner_Id>
  <Company_Id>2</Company_Id>
  <InventoryInitial_FProd>2025-12-06T00:47:12.3012279-03:00</InventoryInitial_FProd>
  <InventoryInitial_FVenc>2025-12-06T00:47:12.3012279-03:00</InventoryInitial_FVenc>
  <InventoryInitial_Fail>sample string 11</InventoryInitial_Fail>
  <InventoryInitial_Id>1</InventoryInitial_Id>
  <InventoryInitial_LoadDate>2025-12-06T00:47:12.3012279-03:00</InventoryInitial_LoadDate>
  <InventoryInitial_Lot>sample string 13</InventoryInitial_Lot>
  <InventoryInitial_Processed>8</InventoryInitial_Processed>
  <InventoryInitial_Quantity>1</InventoryInitial_Quantity>
  <Layout_Id>5</Layout_Id>
  <MasterBox_Quantity>18</MasterBox_Quantity>
  <Neto>1</Neto>
  <Package_ParentSSCC>sample string 4</Package_ParentSSCC>
  <Site_Id>3</Site_Id>
  <Staff_Id>6</Staff_Id>
  <Supportive_Id>1</Supportive_Id>
</DtoObj.InventarioInicial>

application/x-www-form-urlencoded

Ejemplo:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InventarioInicial'.

Informacion Response

Descripcion Recurso

Retorna un booleano

boolean

Formato Response

application/json, text/json

Ejemplo:
true

application/xml, text/xml

Ejemplo:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>