List StockDocuments
GET
/v1/stock_documents/Request
Query Params
stock_lot_id
string <uuid>
optional
Returns only documents that are related to this Stock Lot. Leaving blank will default to all documents for the org
Example:
purchase_id
string <uuid>
optional
Returns only documents that are related to this purchase. Leaving blank will default to all documents for the org
Example:
needs_review
boolean
optional
Filters to documents that need review if "true"
Default:
false
Example:
blended
string
optional
If given, returns stock documents also belonging to sub orgs.
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 4 months ago