Skip to main content

Create Purchase Order Association

POST 

/api/v1/purchase-order-associations

Create Purchase Order Association

Request​

Body

    associationType stringrequired

    Possible values: [linked]

    The type of association to be created.

    fromPoNumber stringrequired

    Possible values: non-empty

    Child PO Number

    toPoNumber stringrequired

    Possible values: non-empty

    Parent PO Number

Responses​

Created

Schema

    data

    object

    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...