Create new purchase order record
POST https://api.anvyl.com/api/v1/teams/{{team_id}}/purchase_orders
Request Body
{"purchase_order"=>{"ships_on"=>"2022-12-20", "supplier"=>{"id"=>30869}, "order_items"=>[{"part_id"=>398184, "quantity"=>10, "unit_price_micros"=>2000000}]}}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | ||
| Authorization | string |