Associate a supplier
post
/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/action/submit
Associates a supplier with the SAM trading partner details record.
Request
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/vnd.oracle.adf.action+json
Root Schema : schema
Type:
Show Source
object
-
uniqueEntityIdentifier: string
Unique entity identifier of the association of the supplier from the SAM trading partner details record.
Response
Supported Media Types
- application/json
- application/vnd.oracle.adf.actionresult+json
Default Response
The following table describes the default response for this task.
Root Schema : schema
Type:
Show Source
object
-
result(required): string
The action returns a message indicating the outcome of the submit action result.
Examples
You can use the POST action in the Federal SAM Trading Partner Details REST API to submit Federal SAM Trading Partner Details.
curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -X POST -d <payload> https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails
Example Request Payload
The following example shows the contents of the request body in JSON format:
{ "name": "submit", "parameters": [ { "uniqueEntityIdentifier": "EEEEABCD0006" } ] }
Example Response Body
The following example shows the contents of the response body in JSON format:
{ "result": "The Submit process successfully completed. " }