Unable to add Requisition Lines to Negotiation using REST API
We have a business requirement to create RFQ Negotiation from Requisition lines using REST/SOAP webservices. We tried to create the same using REST API and received below error:
"The resource Lines contains attributes that aren't supported by the REST service: Requisition, RequisitionLine."
Also, we could not find SOAP services supporting the same. We are trying to create RFQ Negotiation with Requisition lines using the below REST API:
https://<erp-instamce>/fscmRestApi/resources/latest/supplierNegotiations
How to create RFQ from Requisition Lines?
0