---
title: "POST /v1/{+parent}/notes"
method: POST
path: "/v1/{+parent}/notes"
tags: ["projects"]
---

# POST /v1/{+parent}/notes

`POST /v1/{+parent}/notes`

Create Note.

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudContactcenterinsightsV1Note — The conversation assessment note resource.
  - `assessmentNote` GoogleCloudContactcenterinsightsV1NoteAssessmentNote — A note about the entire parent assessment.
  - `updateTime` string, google-datetime — Output only. The time at which the note was last updated.
  - `name` string — Identifier. The resource name of the note. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}/notes/{note}
  - `createTime` string, google-datetime — Output only. The time at which the note was created.
  - `noteCreator` GoogleCloudContactcenterinsightsV1UserInfo — Information about a user.
    - `username` string — The user's username.
  - `conversationTurnNote` GoogleCloudContactcenterinsightsV1NoteConversationTurnNote — A note about a conversation turn.
    - `turnIndex` integer — The conversation turn index that the note is associated with.
  - `content` string — The note content.
  - `qaQuestionNote` GoogleCloudContactcenterinsightsV1NoteQaQuestionNote — A note about a QA question.
    - `qaQuestion` string — The question resource that the note is associated with.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/contactcenterinsights.md) · [All operations](https://skmtc.net/google/apis/contactcenterinsights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/contactcenterinsights/versions/e071ddf4dfc3/schema)
