v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get all Products Transaction

get/product/transaction

Query parameters

pagestring
countstring
sort'ASC' | 'DESC'
sort_by'quantity' | 'created_at'
type''
product_uidstring
location_uidstring
created_atstring
from_locationstring
to_locationstring
created_at_fromstring
created_at_tostring

Response

200

typestring
total_recordsinteger
current_pageinteger
total_pagesinteger

Example response

{
  "type": "success",
  "data": [
    {
      "transaction_uid": "472633b0-ae0b-11e9-ad42-b5f50cbfc791",
      "created_by": {
        "user_uid": "71468f36-a847-49a6-b849-02b6992b2b08",
        "first_name": "Simon",
        "last_name": "V",
        "email": "sion@zuper.co",
        "home_phone_number": "1234567890",
        "designation": "Admin",
        "emp_code": "120",
        "work_phone_number": "1234567890",
        "profile_picture": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/6024fd20-080c-11ed-be73-8b6ed5c86b4b.jpg",
        "hourly_labor_charge": 120,
        "is_active": true,
        "created_at": "2019-01-21T07:24:22.000Z",
        "updated_at": "2023-11-10T11:37:42.000Z"
      },
      "product": {
        "product_name": "Product#3",
        "product_uid": "256d0500-a96a-11e9-a952-716e2bba4402"
      },
      "to_location": {
        "location_name": "Location #1",
        "location_uid": "955447b0-85ee-11e9-834a-b9e1f8f2de14"
      },
      "quantity": 2,
      "type": "INWARD",
      "created_at": "2019-07-24T12:05:07.307Z",
      "serial_nos": [
        "S001"
      ],
      "remarks": "Incoming",
      "id": "undefined"
    }
  ],
  "total_records": 4455,
  "current_page": 1,
  "total_pages": 446
}