Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Address: http://test.birdsystem.co.ukcom/client/product/Get-Product-Available-Quantity

Only Support GET

Get product available stock quantity.

Param

FieldUsageType
idProduct Idint(10)

Response

Code Block
{
    "data":{
        "live_stock":"10", // product live stock in current company
        "current_locked_stock":"2" // locked stock in current company
    },
    "success":true,
    "refresh":false,
    "moduleName":"client"
}

...