v1
latestOpenAPI 3.1.02026-07-2438302.6 MBGet Product transaction details
get/product/transaction/{transaction_uid}
Path parameters
transaction_uidstring required
Response
200
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": "simon@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"
}
}