Skip to main content

PurchaseOrderAssociationListResponse

associations object[]

List of purchase order associations

  • Array [
  • 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
  • ]
  • PurchaseOrderAssociationListResponse
    {
    "associations": [
    {
    "associationType": "linked",
    "fromPoNumber": "string",
    "toPoNumber": "string",
    "createdDate": "2023-02-10 10:00:00"
    }
    ]
    }