REST API for Supplier Sites and Site Assignments
Summary
REST API for Supplier Sites and Site AssignmentsContent
Hi all,
We have a legacy system where we manage our suppliers. We found in the REST API documentation for Oracle Procurement Cloud that we can create suppliers using web services. And following the supplier model, we need to create with the supplier, at least 1 address, 1 site, and assign that site to a BU, in order to follow the procure to pay process.
We did some tests, but we're receiving the following error:
{
"title": "Bad Request",
"status": "400",
"o:errorDetails": [
{
"detail": "The action \"create\" is not enabled.",
"o:errorCode": "27507"
}
]
}
We reviewed the documentation (
Tagged:
0