Create Purchase Order
Creates a new purchase order in Vtiger CRM.
POST
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
stringrequired
JSON string for a Purchase Order payload. Include `subject`, `vendor_id`, `postatus`, `assigned_user_id`, `bill_street`, `ship_street`, and numbered line-item keys like `hdnProductId1`, `productName1`, `qty1`, `listPrice1`, `totalProductCount`.