How do I link an asset to purchase order

I am using the Rest API to import purchase data into FreshService. I can create Assets just fine and I can create a Purchase Order. Is there a way for me to link them together using the Rest API? I cannot find any example or documentation on how to do that?

Thank you

1 Like

Has anyone figured this? It doesn’t appear there is any way to retroactively assign assets to a Purchase Order. Either through the API or the frontend.

Is there a hidden “table” that links them?

I have looked at these items to see what I can find yet none of them had what I was looking for:
/api/v2/purchase_orders
/api/v2/assets
api/v2/assets/[display_id]/relationships

I am bumping this as QoL enhancements are badly needed for POs and related assets. The PO module is something that is creating many pain points for us as it seems it has a very rigid workflow behind it. The fact that it was released and appears to have not been touched in the last 3-4 years is a bit crazy.

To the post topic: It cannot be that difficult to allow associations between assets and POs. All it “should” take is one ID attribute on the asset to link it to the PO. Most likely the Asset=>PO linkage is currently happening via some join table and is just not included in the API.