Skip to main content

PurchaseOrderAssociationCreate

associationTypestringrequired

The type of association to be created.

Possible values: [linked]

fromPoNumberstringrequired

Child PO Number

Possible values: non-empty

toPoNumberstringrequired

Parent PO Number

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"
}