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/contactBody:
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