Skip to main content

Get Associations of Purchase Order

GET 

/api/v1/purchase-order-associations/:po_number

List Associations of Purchase Order

Request​

Path Parameters

    po_number stringrequired

Responses​

OK

Schema

    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

  • ]

Loading...