Update one team member
patch
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/collaborationTeamMembers/{TeamMemberId}
Request
Path Parameters
-
TeamMemberId(required): integer(int64)
Value that uniquely identifies each team member.
-
supplierNegotiationsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Supplier Negotiations resource and used to uniquely identify an instance of Supplier Negotiations. The client should not generate the hash key value. Instead, the client should query on the Supplier Negotiations collection resource in order to navigate to a specific instance of Supplier Negotiations to get the hash key.
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/json
Root Schema : schema
Type:
Show Source
object-
Access: string
Title:
AccessMaximum Length:80Access for each collaboration team member. Values include Full or View Only. A list of accepted values is defined in the lookup type PON_NEG_COLLAB_TEAM_ACCESS. -
AccessCode: string
Title:
Access CodeMaximum Length:30Abbreviation that identifies the access for each collaboration team member. Values include FULL or VIEW_ONLY. A list of accepted values is defined in the lookup type PON_NEG_COLLAB_TEAM_ACCESS. -
PersonId: integer
(int64)
Value that uniquely identifies the collaboration team that the application added to the negotiation.
-
PriceVisibilityFlag: boolean
Title:
Price VisibilityMaximum Length:1Contains one of the following values: true or false. If true, then the team member can view price details on the response document when evaluating each response. If false, then cannot view. The default value is true. -
SupplierMessages: string
Title:
Supplier MessagesMaximum Length:80Access to message suppliers for each collaboration team member. Values include No access, Receive only, or Send and receive. A list of accepted values is defined in the lookup type ORA_PON_COLLAB_TEAM_SUPP_MSG. -
SupplierMessagesCode: string
Title:
Supplier Messages CodeMaximum Length:30Abbreviation that identifies the access to message suppliers for each collaboration team member. Values include ORA_NO_ACCESS, ORA_RECEIVE_ONLY, or ORA_SEND_AND_RECEIVE. A list of accepted values is defined in the lookup type ORA_PON_COLLAB_TEAM_SUPP_MSG. -
TaskName: string
Title:
TaskMaximum Length:4000Name of the task that the application assigned to the collaboration team member. -
TaskTargetDate: string
(date)
Title:
Target DateDate when the application expects the collaboration team member to finishes the assigned task. -
TeamMember: string
Title:
Team MemberMaximum Length:240Name of the collaboration team member that the application added to the negotiation.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
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.
Root Schema : supplierNegotiations-collaborationTeamMembers-item-response
Type:
Show Source
object-
Access: string
Title:
AccessMaximum Length:80Access for each collaboration team member. Values include Full or View Only. A list of accepted values is defined in the lookup type PON_NEG_COLLAB_TEAM_ACCESS. -
AccessCode: string
Title:
Access CodeMaximum Length:30Abbreviation that identifies the access for each collaboration team member. Values include FULL or VIEW_ONLY. A list of accepted values is defined in the lookup type PON_NEG_COLLAB_TEAM_ACCESS. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the team member. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the team member. -
LastNotifiedDate: string
(date-time)
Title:
Last Notified DateRead Only:trueDate and time when the application most recently notified the collaboration team member about the collaboration team task. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the team member. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the team member. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PersonId: integer
(int64)
Value that uniquely identifies the collaboration team that the application added to the negotiation.
-
PriceVisibilityFlag: boolean
Title:
Price VisibilityMaximum Length:1Contains one of the following values: true or false. If true, then the team member can view price details on the response document when evaluating each response. If false, then cannot view. The default value is true. -
ScoringTeamNames: string
Read Only:
trueName of the scoring team that a collaboration team member is assigned to. -
SupplierMessages: string
Title:
Supplier MessagesMaximum Length:80Access to message suppliers for each collaboration team member. Values include No access, Receive only, or Send and receive. A list of accepted values is defined in the lookup type ORA_PON_COLLAB_TEAM_SUPP_MSG. -
SupplierMessagesCode: string
Title:
Supplier Messages CodeMaximum Length:30Abbreviation that identifies the access to message suppliers for each collaboration team member. Values include ORA_NO_ACCESS, ORA_RECEIVE_ONLY, or ORA_SEND_AND_RECEIVE. A list of accepted values is defined in the lookup type ORA_PON_COLLAB_TEAM_SUPP_MSG. -
TaskCompletionDate: string
(date-time)
Read Only:
trueDate when the collaboration team member finishes the assigned task. -
TaskName: string
Title:
TaskMaximum Length:4000Name of the task that the application assigned to the collaboration team member. -
TaskTargetDate: string
(date)
Title:
Target DateDate when the application expects the collaboration team member to finishes the assigned task. -
TeamMember: string
Title:
Team MemberMaximum Length:240Name of the collaboration team member that the application added to the negotiation. -
TeamMemberId: number
Read Only:
trueValue that uniquely identifies each team member.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Examples
This example describes how to update one team member.
Example cURL Command
Use the following cURL command to submit a request on the REST resource.
curl -X PATCH -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -d 'request payload' "https://servername/fscmRestApi/resources/version/supplierNegotiations/supplierNegotiationsUniqID/child/collaborationTeamMembers/TeamMemberId"
Example Request Body
The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it updates.
{
"PriceVisibilityFlag": false,
"TaskName": "Review technical specification documents",
"TaskTargetDate": "2020-11-12"
}
Example Response Body
The following example includes the contents of the response body in JSON format:
{
"TeamMemberId": 300100195048535,
"AccessCode": "FULL",
"PriceVisibilityFlag": false,
"SupplierMessagesCode": "ORA_SEND_AND_RECEIVE",
"SupplierMessages": "Send and receive",
"TaskTargetDate": "2020-11-12",
"TaskName": "Review technical specification documents",
"LastNotifiedDate": null,
"Access": "Full",
"TeamMember": "Smith,Cody",
"PersonId": 100010026863791,
"TaskCompletionDate": null,
"CreatedBy": "CLARE.JONES",
"CreationDate": "2020-05-28T16:28:52+00:00",
"LastUpdateDate": "2020-05-28T16:31:20.008+00:00",
"LastUpdatedBy": "CLARE.JONES",
"links": [. . .]
}