ecrop Docs

Party Relationship (POST)

POST
/omni-omni/v1/parties/{email}/relationships

Authorization

Bearer Authentication
AuthorizationBearer <token>

In: header

Path Parameters

email*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/omni-omni/v1/parties/string/relationships" \  -H "Content-Type: application/json" \  -d '{    "partyEmail": "string",    "relationshipDirection": "MEMBER",    "relationshipType": "EXECUTIVE"  }'
{
  "id": 0,
  "partyEmail": "string",
  "relationshipDirection": "MEMBER",
  "relationshipType": "EXECUTIVE"
}
Empty