Skip to main content

PurchaseOrderAssociationDetail

associationType stringrequired

Possible values: [linked]

fromPoNumber stringrequired

Possible values: non-empty

toPoNumber stringrequired

Possible values: non-empty

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