You create a solution that enables your customer to use a client to connect to your partner application, and then use REST API to create new customer demand for demand collaboration. Let's discuss this scenario: Create customer demand using REST API. Here's a typical application processing ...
"Name": "Marker", "ProductType": 1, "Description": "TWFya2VyIGRlc2NyaXB0aW9u"}' -H 'REST-Framework-Version:7' -H "Accept: application/vnd.oracle.adf.resourceitem+json,application/vnd.oracle.adf.error+json" http://servername.fa.us2.oraclecloud.com/<apiname>/resources/<version...
curl -u username:password \ -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/collaborationPlanners/describe \ -H 'Content-Type: application/vnd.oracle.adf.resourceitem+json' This is how the request looks in Postman: If your request for information about the...
//servername/fscmRestApi/resources/11.13.18.05/expenditureTypesLOV/10001", "name" : "expenditureTypesLOV", "kind" : "item" } ] } ], "count" : 3, "hasMore" : false, "limit" : 25, "offset" : 0, "links" : [ { "rel" : "self", "href...
curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' servername/fscmRestApi/resources/version/meterTemplates/MeterDefinitionId/child/MeterApplicability" Example Request Body The following example in...
You can use work definitions REST API to consistently define a manufacturing process for a product that includes operations, materials, and resources. You can also use the work definition REST API to: Create a work definition that defines the process for rework of a product Create a work ...
He uses REST API to change the statuses of the change order. And, say, James also created another change order that needs to be canceled. Get change order. Update the change order status from open to hold. Update the change order status from hold to open...
コピー/serviceApi/resources/11.13.0.0/chatAuthenticate chatAuthenticateエンドポイントは、資格SVC_REQUEST_FOR_CHAT_PRIVによって保護され、ORA_SVC_CUSTOMER_SELF_SERVICE_USER_ABSTRACTロールに割り当てられたDCS認証済ユーザーのみがコールできます。 サポートされている属性 次の表では、chatAuthentic...
REST API for Oracle Fusion Cloud SCMREST API for Oracle Fusion Cloud SCM Reference Status CodesStatus CodesWhen you call any REST resource, the response header returns one of the standard HTTP status codes listed in the following table. These status codes refer to a three-digit number in the...
Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/documentActions Get one action performed on the document not supported Method: get Path: /fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/documentActions/{documentActionsUniqID}Previ...