Create a Code Type
post
/api/restapi/codeType
Send a request to this endpoint to create a code type. An application object will be created using the JSON data provided in the request body.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : ApiEntityCodeTypeInput
Type:
objectTitle:
ApiEntityCodeTypeInputThis entity represents a CodeType object, a unique CodeType object can be identified by the following combinations of the fields.
Show Source
- codeTypeId
- codeTypeCode,projectId
- codeTypeCode,projectCode,workspaceCode
- codeTypeCode,workspaceId
- codeTypeCode,workspaceCode
-
assignments: array
assignments
The list of code type assignments.
-
codeTypeCode(required): string
Minimum Length:
0Maximum Length:60Displays the code or ID of the Code Type. -
codeTypeId: integer
(int64)
The system-generated identifier of a code type.
-
codeTypeName(required): string
Minimum Length:
0Maximum Length:255The name of a code or value. -
projectCode: string
Minimum Length:
1Maximum Length:60The code of a Project of a Project CodeType. -
projectId(required): integer
(int64)
The unique identifier for the project.The project object can also be identified by its unique criteria.
-
pushDownType: string
Allowed Values:
[ "MANUAL", "AUTOMATIC" ]The push down type of the workspace code. -
workspaceCode: string
Minimum Length:
0Maximum Length:60The user-specified identifier of a workspace. -
workspaceId(required): integer
(int64)
The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Nested Schema : assignments
Type:
arrayThe list of code type assignments.
Show Source
-
Array of:
object ApiEntityCodeEntityTypeInput
Title:
ApiEntityCodeEntityTypeInput
Nested Schema : ApiEntityCodeEntityTypeInput
Type:
objectTitle:
Show Source
ApiEntityCodeEntityTypeInput-
codeType(required):
codeType
The unique identifier of a code type.
-
entityType(required): string
Maximum Length:
60Allowed Values:[ "ACTIVITY", "CONSTRAINT", "CUSTOM_LOG_ITEM", "DOCUMENT", "FUND", "IDEA", "PBS", "PORTFOLIO", "PROGRAM", "PROJECT", "REPORT", "RESOURCE", "RISK", "SCOPE_ASSIGNMENT", "SCOPE_ITEM", "STRATEGY", "TASKS", "WBS", "WORK_PACKAGE" ]Indicates the type of object the code is associated to.
Nested Schema : codeType
The unique identifier of a code type.
Match All
The unique identifier of a code type.
Show Source
-
object
ApiEntityCodeTypeInput
Title:
ApiEntityCodeTypeInputThis entity represents a CodeType object, a unique CodeType object can be identified by the following combinations of the fields.- codeTypeId
- codeTypeCode,projectId
- codeTypeCode,projectCode,workspaceCode
- codeTypeCode,workspaceId
- codeTypeCode,workspaceCode
Examples
Back to Top
Response
Supported Media Types
- application/json
201 Response
The object was successfully created.
Root Schema : ApiEntityCodeType
Type:
objectTitle:
Show Source
ApiEntityCodeType-
assignments: array
assignments
The list of code type assignments.
-
associationType: string
Allowed Values:
[ "OWNED", "INHERITED" ]The type of association in the relationship between the code type and the workspace. Possible values are Owned and Inherited. -
codeTypeCode: string
Minimum Length:
0Maximum Length:60Displays the code or ID of the Code Type. -
codeTypeId: integer
(int64)
The system-generated identifier of a code type.
-
codeTypeName: string
Minimum Length:
0Maximum Length:255The name of a code or value. -
link: string
(url)
The self-link to the object. This field is populated only in the responses generated by the batch create APIs.
-
projectCode: string
Minimum Length:
1Maximum Length:60The code of a Project of a Project CodeType. -
projectId: integer
(int64)
The unique identifier for the project.The project object can also be identified by its unique criteria.
-
pushDownType: string
Allowed Values:
[ "MANUAL", "AUTOMATIC" ]The push down type of the workspace code. -
updateDate: string
(date-time)
Date when the record was last updated.
-
workspaceCode: string
Minimum Length:
0Maximum Length:60The user-specified identifier of a workspace. -
workspaceId: integer
(int64)
The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Nested Schema : assignments
Type:
arrayThe list of code type assignments.
Show Source
-
Array of:
object ApiEntityCodeEntityType
Title:
ApiEntityCodeEntityType
Nested Schema : ApiEntityCodeEntityType
Type:
objectTitle:
Show Source
ApiEntityCodeEntityType-
codeType:
codeType
The unique identifier of a code type.
-
entityType: string
Maximum Length:
60Allowed Values:[ "ACTIVITY", "CONSTRAINT", "CUSTOM_LOG_ITEM", "DOCUMENT", "FUND", "IDEA", "PBS", "PORTFOLIO", "PROGRAM", "PROJECT", "REPORT", "RESOURCE", "RISK", "SCOPE_ASSIGNMENT", "SCOPE_ITEM", "STRATEGY", "TASKS", "WBS", "WORK_PACKAGE" ]Indicates the type of object the code is associated to. -
link: string
(url)
The self-link to the object. This field is populated only in the responses generated by the batch create APIs.
-
updateDate: string
(date-time)
Date when the record was last updated.
Nested Schema : codeType
The unique identifier of a code type.
Match All
The unique identifier of a code type.
Show Source
-
object
ApiEntityCodeType
Title:
ApiEntityCodeType
400 Response
Invalid input for the Code Type service. Verify the request contains valid data, then resubmit the request.