AlphaAlpha Docs
API ReferenceStock transfers

Find all for current tenant

GET
/stock-transfers/find-all
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/stock-transfers/find-all"
[
  {
    "batchAllocations": [
      {
        "batchNumber": "string",
        "expirationDate": "2019-08-24T14:15:22Z",
        "locationId": "string",
        "productId": "string",
        "quantity": 0.1
      }
    ],
    "cancelledProducts": {
      "isNotEmpty": true,
      "products": [
        {
          "productId": "string",
          "quantity": 0.1,
          "unit": "string"
        }
      ]
    },
    "created": "2019-08-24T14:15:22Z",
    "createdBy": "string",
    "deliveryDate": "2019-08-24T14:15:22Z",
    "deliveryMethod": "REGULAR",
    "destinationStockSiteId": "string",
    "events": [
      {
        "authorId": "string",
        "date": "2019-08-24T14:15:22Z",
        "description": "string",
        "id": "string",
        "type": "CREATE"
      }
    ],
    "id": "string",
    "incomingStockTransferId": "string",
    "isFullyCancelled": true,
    "note": "string",
    "number": "string",
    "picklistIds": [
      "string"
    ],
    "priority": "LOW",
    "products": [
      {
        "baseUnitConversion": 0.1,
        "baseUnitQuantity": 0.1,
        "pricePerBaseUnit": 0.1,
        "pricePerUnit": 0.1,
        "productId": "string",
        "quantity": 0.1,
        "totalPrice": 0.1,
        "unit": "string"
      }
    ],
    "reservedProducts": [
      {
        "productId": "string",
        "quantity": 0.1,
        "siteId": "string"
      }
    ],
    "status": "DRAFT",
    "stockSiteId": "string",
    "subsidiaryId": "string",
    "tenantId": "string",
    "transferNumber": "string",
    "updated": "2019-08-24T14:15:22Z",
    "updatedBy": "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"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}