AlphaAlpha Docs
API ReferenceStock count

Find by list of ids in current tenant

GET
/inventory-stock-count/find
AuthorizationBearer <token>

In: header

Query Parameters

ids*array<string>

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/inventory-stock-count/find?ids=string"
[
  {
    "counter": "string",
    "created": "2019-08-24T14:15:22Z",
    "createdBy": "string",
    "events": [
      {
        "authorId": "string",
        "date": "2019-08-24T14:15:22Z",
        "description": "string",
        "id": "string",
        "type": "CREATE"
      }
    ],
    "id": "string",
    "internalReview": {
      "approved": true,
      "by": "string",
      "on": "2019-08-24T14:15:22Z",
      "reason": "string"
    },
    "number": "string",
    "products": [
      {
        "batchNumber": "string",
        "difference": 0.1,
        "expiration": "2019-08-24T14:15:22Z",
        "hasBeenCounted": true,
        "lastStockDate": "2019-08-24T14:15:22Z",
        "locationId": "string",
        "mismatchReason": "string",
        "productId": "string",
        "productionDate": "2019-08-24T14:15:22Z",
        "quantityCounted": 0.1,
        "quantityInSystem": 0.1,
        "review": {
          "approved": true,
          "by": "string",
          "on": "2019-08-24T14:15:22Z",
          "reason": "string"
        },
        "splitFromBatch": "string",
        "unitPrice": 0.1,
        "uomSplit": [
          {
            "productId": "string",
            "quantity": 0.1,
            "unit": "string"
          }
        ],
        "variancePercentage": 0.1,
        "varianceValue": 0.1
      }
    ],
    "reason": "string",
    "reviewNote": "string",
    "siteId": "string",
    "status": "DRAFT",
    "subsidiaryId": "string",
    "systemAdjustedOn": "2019-08-24T14:15:22Z",
    "tenantId": "string",
    "totalVariancePercentage": 0.1,
    "totalVarianceValue": 0.1,
    "updated": "2019-08-24T14:15:22Z",
    "updatedBy": "string",
    "varianceStatus": "MINOR_VARIANCE"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}