AlphaAlpha Docs
API ReferenceStock transactions

Find all for current tenant

GET
/stock-transactions/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-transactions/find-all"
[
  {
    "created": "2019-08-24T14:15:22Z",
    "createdBy": "string",
    "groupedTransactionId": "string",
    "id": "string",
    "locationId": "string",
    "note": "string",
    "productId": "string",
    "quantity": 0.1,
    "sourceType": "MANUAL",
    "stockSiteId": "string",
    "subsidiaryId": "string",
    "tenantId": "string",
    "transactionType": "IN",
    "unitPrice": 0.1,
    "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"
}