Create contract party contacts using REST API
Hi,
I am trying to create contract party contact from the backend using web service or REST API. I didn't find any web service for that. I found REST API that can do that but this API looks somehow weird
https://docs.oracle.com/en/cloud/saas/sales/faaps/op-contracts-contractsuniqid-child-contractparty-contractpartyuniqid-child-contractpartycontact-post.html
The API on the documentation doesn't have any sample request, and the funny thing about the API that it has "ContactId" as mandatory field for the request Payload for the contact that not created yet and it supposed that the API would create it and generates its ID :).
I wonder is there any misunderstanding about that? does that service work? and how can we create "contract party contact" from the backend if that doesn't work?