# Create field value **POST /v1/Assistants/{AssistantSid}/FieldTypes/{FieldTypeSid}/FieldValues** TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **AssistantSid** (string) The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the FieldType associated with the new resource. - **FieldTypeSid** (string) The SID of the Field Type associated with the Field Value. ### Body: (object) - **Language** (string) The [ISO language-country](https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html) tag that specifies the language of the value. Currently supported tags: `en-US` - **SynonymOf** (string) The string value that indicates which word the field value is a synonym of. - **Value** (string) The Field Value data. ## Responses ### 201 Created #### Body: (object) - **value** (string | null) The Field Value data - **account_sid** (string | null) The SID of the Account that created the resource - **assistant_sid** (string | null) The SID of the Assistant that is the parent of the FieldType associated with the resource - **date_created** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was last updated - **field_type_sid** (string | null) The SID of the Field Type associated with the Field Value - **language** (string | null) The ISO language-country tag that identifies the language of the value - **sid** (string | null) The unique string that identifies the resource - **synonym_of** (string | null) The word for which the field value is a synonym of - **url** (string(uri) | null) The absolute URL of the FieldValue resource [Powered by Bump.sh](https://bump.sh)