AlphaAlpha Docs
API ReferenceStock transactions

Find by id in current tenant

GET
/stock-transactions/find/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/stock-transactions/find/string"
{
  "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"
}