-
How can I receive line items in a Purchase Order through the API? |
Beta Was this translation helpful? Give feedback.
Answered by
miggland
Aug 25, 2023
Replies: 1 comment 1 reply
-
The endpoint is Check the API docs for details: The python binding has a method to do this, see the function description. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Chanzudl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The endpoint is
api/order/po/{id}/receive/
Check the API docs for details:
https://demo.inventree.org/api-doc/#tag/order/operation/order_po_receive_create
The python binding has a method to do this, see the function description.