[
{
"display_name": "SB0001 - Storage bin 01",
"value": 1,
"unissued_qty": 1,
},
]
The Sample API Response
Module name: available storage bin of a document
Sample view: Response
** Request **
URL: "/api/ledger/available-storage-bins/"
Parameters: { work_order, business_unit, product, asUpdateView } , where asUpdateView is a flag showing if the all storage bins should be sent even the qty is 0.
Example URL: http://localhost:8000/api/ledger/available-storage-bins/?work_order=1&business_unit=1&product=2&asUpdateView=true
Request Method: GET
Module name: available storage bin of a document
Sample view: Response
** Request **
URL: "/api/ledger/available-storage-bins/"
Parameters: { work_order, business_unit, product, asUpdateView } , where asUpdateView is a flag showing if the all storage bins should be sent even the qty is 0.
Example URL: http://localhost:8000/api/ledger/available-storage-bins/?work_order=1&business_unit=1&product=2&asUpdateView=true
Request Method: GET
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.