My Oracle Support Banner

Getting Error While Creating Full Contract Buy Intent Thought REST Service (Doc ID 2880659.1)

Last updated on JULY 01, 2022

Applies to:

Oracle Fusion Enterprise Contracts Management Cloud Service - Version 11.13.22.04.0 and later
Information in this document applies to any platform.

Symptoms

Customer wants to use REST API to create contracts. REST API: /fscmRestApi/resources/11.13.18.05/contracts

User trying below payload but it gives error: The contact role ID is invalid. (OKC-195743).


{
  "OrgId": Organization Id,
  "ContractTypeId": Contract Type Id,
  "ContractNumber": "Contract Number",
  "Cognomen": "Cognomen",
  "LegalEntityId": Legal Entity Id,
  "CurrencyCode": "Currency code",
  "StartDate": "2022-06-17",
  "EndDate": "2024-06-17",
  "EstimatedAmount": 1000,
"WebServiceFlag": true,
  "ContractParty": [{
  "PartyRoleCode": "CUSTOMER",
  "PartyId": Party Id
  }, {
  "PartyRoleCode": "SUPPLIER",
  "PartyId": Party Id,
  "ContractPartyContact": [{
  "ContactRoleCode": "CONTRACT_ADMIN",
  "ContactId": 300000007836246,
  "OwnerFlag": "true",
  "AccessLevel": "FULL"
  }
  ]
  }
  ]
}

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.