Last update:
December 17, 2024
addPurchaseRequestSource mutation¶
This mutation adds a source (document URLs) to a purchase request.
Arguments¶
The InputAddPurchaseRequestSourceType!
represents the input object for adding a source to a purchase request.
Field | Description |
---|---|
purchaseRequestId String! |
The Id of the purchase request to which the source is being added. |
documentUrls [String!]! |
A list of document URLs to be attached as the source. |
Possible returns¶
Possible return | Description |
---|---|
PurchaseRequestType |
Defines the properties and fields associated with a purchase request. |