POST api/GetInventoryDetailedList

Request Information

URI Parameters

None.

Body Parameters

RequestEnhance
NameDescriptionTypeAdditional information
Id

integer

None.

User

string

None.

UserId

integer

None.

ValidationKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "user": "sample string 2",
  "userId": 3,
  "validationKey": "sample string 4"
}

application/xml, text/xml

Sample:
<RequestEnhance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Request">
  <User>sample string 2</User>
  <UserId>3</UserId>
  <ValidationKey>sample string 4</ValidationKey>
  <Id>1</Id>
</RequestEnhance>

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

InventoryDetailedReportResponseList
NameDescriptionTypeAdditional information
ItemList

Collection of InventoryDetailedReportResponse

None.

ResultCode

integer

None.

ResultMessage

string

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "itemList": [
    {
      "movementId": 1,
      "inventory": "sample string 2",
      "reference": "sample string 3",
      "barCode": "sample string 4",
      "position": "sample string 5",
      "quantity": 6,
      "creationDate": "2024-12-01T00:02:46.3446606-05:00",
      "userName": "sample string 8",
      "productSubGroup": "sample string 9",
      "productGroup": "sample string 10",
      "brand": "sample string 11",
      "model": "sample string 12",
      "description": "sample string 13",
      "ancho": 14.0,
      "metros": 15.0,
      "resultCode": 16,
      "resultMessage": "sample string 17",
      "errorMessage": "sample string 18"
    },
    {
      "movementId": 1,
      "inventory": "sample string 2",
      "reference": "sample string 3",
      "barCode": "sample string 4",
      "position": "sample string 5",
      "quantity": 6,
      "creationDate": "2024-12-01T00:02:46.3446606-05:00",
      "userName": "sample string 8",
      "productSubGroup": "sample string 9",
      "productGroup": "sample string 10",
      "brand": "sample string 11",
      "model": "sample string 12",
      "description": "sample string 13",
      "ancho": 14.0,
      "metros": 15.0,
      "resultCode": 16,
      "resultMessage": "sample string 17",
      "errorMessage": "sample string 18"
    }
  ],
  "resultCode": 1,
  "resultMessage": "sample string 2",
  "errorMessage": "sample string 3"
}

application/xml, text/xml

Sample:
<InventoryDetailedReportResponseList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response.Inventory">
  <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 3</ErrorMessage>
  <ResultCode xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">1</ResultCode>
  <ResultMessage xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 2</ResultMessage>
  <ItemList>
    <InventoryDetailedReportResponse>
      <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 18</ErrorMessage>
      <ResultCode xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">16</ResultCode>
      <ResultMessage xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 17</ResultMessage>
      <Ancho>14</Ancho>
      <BarCode>sample string 4</BarCode>
      <Brand>sample string 11</Brand>
      <CreationDate>2024-12-01T00:02:46.3446606-05:00</CreationDate>
      <Description>sample string 13</Description>
      <Inventory>sample string 2</Inventory>
      <Metros>15</Metros>
      <Model>sample string 12</Model>
      <MovementId>1</MovementId>
      <Position>sample string 5</Position>
      <ProductGroup>sample string 10</ProductGroup>
      <ProductSubGroup>sample string 9</ProductSubGroup>
      <Quantity>6</Quantity>
      <Reference>sample string 3</Reference>
      <UserName>sample string 8</UserName>
    </InventoryDetailedReportResponse>
    <InventoryDetailedReportResponse>
      <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 18</ErrorMessage>
      <ResultCode xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">16</ResultCode>
      <ResultMessage xmlns="http://schemas.datacontract.org/2004/07/SGAMovil.Response">sample string 17</ResultMessage>
      <Ancho>14</Ancho>
      <BarCode>sample string 4</BarCode>
      <Brand>sample string 11</Brand>
      <CreationDate>2024-12-01T00:02:46.3446606-05:00</CreationDate>
      <Description>sample string 13</Description>
      <Inventory>sample string 2</Inventory>
      <Metros>15</Metros>
      <Model>sample string 12</Model>
      <MovementId>1</MovementId>
      <Position>sample string 5</Position>
      <ProductGroup>sample string 10</ProductGroup>
      <ProductSubGroup>sample string 9</ProductSubGroup>
      <Quantity>6</Quantity>
      <Reference>sample string 3</Reference>
      <UserName>sample string 8</UserName>
    </InventoryDetailedReportResponse>
  </ItemList>
</InventoryDetailedReportResponseList>