Skip to main content

PurchaseOrderAssociationCreate

associationTypestringrequired

The type of association to be created. "linked" is also parent-child relationships, will migrate to "parent child" in the future.

Possible values: [linked, parent child, material]

fromPoNumberstringrequired

Child PO Number for association types: linked, parent child. Material PO Number for association type: material.

Possible values: non-empty

toPoNumberstringrequired

Parent PO Number for association type: linked, parent child. Material PO Number for association type: material.

Possible values: non-empty

fromPoOwnerIdstringnullable

Local org ID of the owner of the fromPoNumber

Example: client_1
toPoOwnerIdstringnullable

Local org ID of the owner of the toPoNumber

Example: client_1
PurchaseOrderAssociationCreate
{
"associationType": "linked",
"fromPoNumber": "string",
"toPoNumber": "string",
"fromPoOwnerId": "client_1",
"toPoOwnerId": "client_1"
}