PurchaseOrderAssociationCreate
associationType stringrequired
The type of association to be created.
Possible values: [linked
]
fromPoNumber stringrequired
Child PO Number
Possible values: non-empty
toPoNumber stringrequired
Parent PO Number
Possible values: non-empty
PurchaseOrderAssociationCreate
{
"associationType": "linked",
"fromPoNumber": "string",
"toPoNumber": "string"
}