Using REST API to Create Negotiation Collaboration Team Members Return Error
Summary:
Hi All,
I would like to create the collaboration team members in formation of a draft negotiation using the following API:
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/collaborationTeamMembers
it returns:
Applying List binding LOV_TeamMember with given set of values leads to multiple matching rows for a row of type:NegotiationHeaderVO_collaborationTeamMembers_NegotiationHeaderVOToNegotiationCollaborationTeamMembersVO_NegotiationCollaborationTeamMembersVO, key oracle.jbo.Key[
300000042968961 300000046734167
Here is my request payload:
{
"AccessCode": "FULL",
"Access": "Full",
"PriceVisibilityFlag": true,
"TeamMember": "Rojthammarat",
"TaskName": "wwww"
}
and I found if I try to create a new negotiation with collaboration team members using create negotiation API. it return the same error. I can create negotiation when I remove the collaboration team members information in payload.