PurchaseOrderAssociationDetail
associationTypestringrequired
Possible values: [linked
]
fromPoNumberstringrequired
Possible values: non-empty
toPoNumberstringrequired
Possible values: non-empty
createdDatedate-timenullable
The creation date of the Purchase Order Association
Example:
2023-02-10 10:00:00
PurchaseOrderAssociationDetail
{
"associationType": "linked",
"fromPoNumber": "string",
"toPoNumber": "string",
"createdDate": "2023-02-10 10:00:00"
}