Assign contact to project
  • 04 Nov 2025
  • 1 Minute to read
  • Dark
    Light

Assign contact to project

  • Dark
    Light

Article summary

Post
/pm-rest-api/jersey/v1/assign-to-project/contact

Assign Contact to Project

This endpoint allows the assignment of a contact to a specific project.

Request

  • Method: POST

  • URL: {{CMIC_BaseUrl}}/pm-rest-api/jersey/v1/assign-to-project/contact

  • Body:

    • projectOraseq (text, required): The unique identifier of the project.

    • systemContacts (text, required): An array of system contacts to be assigned to the project, where each item contains:

      • SyscContactOraseq (text, required): The unique identifier of the system contact.
Security
HTTP
Type basic

Basic authentication

Body parameters
object
Example{ "projectOraseq": "12987043", "systemContacts": [ { "SyscContactOraseq": 242175 } ] }
Responses
200

Successful response