v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Create Outward Transaction

post/product/{product_uid}/outward

Path parameters

product_uidstring required

Request body

Response

200

typestring
messagestring

Example response

{
  "type": "success",
  "message": "Product Transaction Created Successfully",
  "data": {
    "transaction_uid": "cfd0e756-95bf-4893-8ab1-a0daf8e69a76"
  }
}