Assign Notebook Topics

put

/api/restapi/notebookTopic/assign

Send a request to this endpoint to assign notebook topics to applicable business objects like Activities, Projects etc.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityNotebookTopicsAssignmentInput
Type: object
Title: ApiEntityNotebookTopicsAssignmentInput
Show Source
Nested Schema : activityNotes
Type: array
Activity notes input for assigning notebook topics.
Show Source
Nested Schema : projectNotes
Type: array
Project notes input for assigning notebook topics.
Show Source
Nested Schema : wbsNotes
Type: array
WBS notes input for assigning notebook topics.
Show Source
Nested Schema : ApiEntityNotebookTopicActivityInput
Type: object
Title: ApiEntityNotebookTopicActivityInput
Show Source
Nested Schema : activityIdentifier
Field combinations uniquely identifying activity.
Match All
Field combinations uniquely identifying activity.
Show Source
Nested Schema : ActivityIdentifier
Type: object
Title: ActivityIdentifier
Show Source
Nested Schema : ApiEntityNotebookTopicProjectInput
Type: object
Title: ApiEntityNotebookTopicProjectInput
Show Source
Nested Schema : projectIdentifier
Field combinations uniquely identifying project.
Match All
Field combinations uniquely identifying project.
Show Source
Nested Schema : ProjectIdentifier
Type: object
Title: ProjectIdentifier
Show Source
Nested Schema : ApiEntityNotebookTopicWBSInput
Type: object
Title: ApiEntityNotebookTopicWBSInput
Show Source
Nested Schema : wbsIdentifier
Field combinations uniquely identifying WBS.
Match All
Field combinations uniquely identifying WBS.
Show Source
Nested Schema : WBSIdentifier
Type: object
Title: WBSIdentifier
Show Source
Nested Schema : parentWBSCodes
Type: array
The list of parent WBS codes in the hierarchy of a WBS. This field is not populated as part of the API response since it is a write-only field, used only for the create or update APIs. If required, the field 'wbsPath' can be referred to get the value for the parent WBS path.
Show Source
Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid Input.
Back to Top