POST api/ClientProjectMasters
Request Information
URI Parameters
None.
Body Parameters
CustomProjectName | Description | Type | Additional information |
---|---|---|---|
ClientProjectMasterID | globally unique identifier |
None. |
|
ProjectName | string |
None. |
|
ProjectDescription | string |
None. |
|
ProjectType | string |
None. |
|
ProjectStatus | string |
None. |
|
ClientId | globally unique identifier |
None. |
|
ClientName | string |
None. |
|
EntityID | globally unique identifier |
None. |
|
EntityName | string |
None. |
|
ContainerID | globally unique identifier |
None. |
|
ContainerName | string |
None. |
|
AssessmentDomainID | globally unique identifier |
None. |
|
AssessmentDomainName | string |
None. |
|
WorkFlowID | globally unique identifier |
None. |
|
WorkFlowName | string |
None. |
|
IsProjectTeamConfigured | boolean |
None. |
|
IsAssessmentUserMapping | boolean |
None. |
|
IsActive | boolean |
None. |
|
ModuleName | string |
None. |
|
ModuleMasterId | globally unique identifier |
None. |
|
customProjectRoles | Collection of CustomProjectRoleMaster |
None. |
|
ClientProjectModuleMasterId | globally unique identifier |
None. |
|
engagementId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientProjectMasterID": "a36c337e-f16a-49f3-a7be-08ab8c646bd9", "ProjectName": "sample string 2", "ProjectDescription": "sample string 3", "ProjectType": "sample string 4", "ProjectStatus": "sample string 5", "ClientId": "83ee851e-f2f3-4f2f-b022-7631eb08ef8d", "ClientName": "sample string 7", "EntityID": "8c6a8c04-9656-4e0f-999c-6a4f64d281dd", "EntityName": "sample string 9", "ContainerID": "73dc40e4-f962-4f61-9f48-eede85e5b363", "ContainerName": "sample string 11", "AssessmentDomainID": "14c39893-2c7d-4718-8ff7-be19ddfcc959", "AssessmentDomainName": "sample string 13", "WorkFlowID": "aaf50641-536d-4f19-909a-1c18ff84717f", "WorkFlowName": "sample string 15", "IsProjectTeamConfigured": true, "IsAssessmentUserMapping": true, "IsActive": true, "ModuleName": "sample string 19", "ModuleMasterId": "bcece1b7-0a3a-4c20-921e-72c4aac240f8", "customProjectRoles": [ { "CustomProjectRoleMasterID": "89442771-d4fe-4664-8c43-433721920243", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "9c7ac616-e03f-403b-bb01-0a2e29085052" }, { "CustomProjectRoleMasterID": "89442771-d4fe-4664-8c43-433721920243", "RoleName": "sample string 2", "RoleDescription": "sample string 3", "IsMandatory": true, "ClientContainerProjectRolesStandardID": "9c7ac616-e03f-403b-bb01-0a2e29085052" } ], "ClientProjectModuleMasterId": "aa08e732-d063-4e80-ae06-9c31d5a3f38c", "engagementId": "b1763f8b-4e2f-4598-975a-46b2c2f6cc5e" }
application/xml, text/xml
Sample:
<CustomProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssessmentDomainID>14c39893-2c7d-4718-8ff7-be19ddfcc959</AssessmentDomainID> <AssessmentDomainName>sample string 13</AssessmentDomainName> <ClientId>83ee851e-f2f3-4f2f-b022-7631eb08ef8d</ClientId> <ClientName>sample string 7</ClientName> <ClientProjectMasterID>a36c337e-f16a-49f3-a7be-08ab8c646bd9</ClientProjectMasterID> <ClientProjectModuleMasterId>aa08e732-d063-4e80-ae06-9c31d5a3f38c</ClientProjectModuleMasterId> <ContainerID>73dc40e4-f962-4f61-9f48-eede85e5b363</ContainerID> <ContainerName>sample string 11</ContainerName> <EntityID>8c6a8c04-9656-4e0f-999c-6a4f64d281dd</EntityID> <EntityName>sample string 9</EntityName> <IsActive>true</IsActive> <IsAssessmentUserMapping>true</IsAssessmentUserMapping> <IsProjectTeamConfigured>true</IsProjectTeamConfigured> <ModuleMasterId>bcece1b7-0a3a-4c20-921e-72c4aac240f8</ModuleMasterId> <ModuleName>sample string 19</ModuleName> <ProjectDescription>sample string 3</ProjectDescription> <ProjectName>sample string 2</ProjectName> <ProjectStatus>sample string 5</ProjectStatus> <ProjectType>sample string 4</ProjectType> <WorkFlowID>aaf50641-536d-4f19-909a-1c18ff84717f</WorkFlowID> <WorkFlowName>sample string 15</WorkFlowName> <customProjectRoles> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>9c7ac616-e03f-403b-bb01-0a2e29085052</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>89442771-d4fe-4664-8c43-433721920243</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> <CustomProjectRoleMaster> <ClientContainerProjectRolesStandardID>9c7ac616-e03f-403b-bb01-0a2e29085052</ClientContainerProjectRolesStandardID> <CustomProjectRoleMasterID>89442771-d4fe-4664-8c43-433721920243</CustomProjectRoleMasterID> <IsMandatory>true</IsMandatory> <RoleDescription>sample string 3</RoleDescription> <RoleName>sample string 2</RoleName> </CustomProjectRoleMaster> </customProjectRoles> <engagementId>b1763f8b-4e2f-4598-975a-46b2c2f6cc5e</engagementId> </CustomProject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>