This extension adds a purchaseOrderID field to the Transaction object, enabling each transaction to reference a specific purchase order.
{
"contracts": [
{
"id": "12",
"awardID": "34",
"implementation": {
"transactions": [
{
"id": "56",
"purchaseOrderID": "78"
}
]
}
}
]
}
Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.