# Custom Table: content ## Create a new custom table: content - [POST /v1/api/custom-table-row](https://docs.finalpos.com/openapi/custom-table:-content/customtablerowcontroller_create.md): Creates a new custom table: content record. ## Get a custom table: content by ID - [GET /v1/api/custom-table-row/{id}](https://docs.finalpos.com/openapi/custom-table:-content/customtablerowcontroller_findone.md): Retrieves a single custom table: content by its unique identifier. ## Update a custom table: content by ID - [PUT /v1/api/custom-table-row/{id}](https://docs.finalpos.com/openapi/custom-table:-content/customtablerowcontroller_update.md): Updates an existing custom table: content record. ## Delete a custom table: content by ID - [DELETE /v1/api/custom-table-row/{id}](https://docs.finalpos.com/openapi/custom-table:-content/customtablerowcontroller_delete.md): Deletes a custom table: content by its unique identifier. ## Create a new custom table: content - [POST /v1/api/custom-table-value](https://docs.finalpos.com/openapi/custom-table:-content/customtablevaluecontroller_create.md): Creates a new custom table: content record. ## Get a custom table: content by ID - [GET /v1/api/custom-table-value/{id}](https://docs.finalpos.com/openapi/custom-table:-content/customtablevaluecontroller_findone.md): Retrieves a single custom table: content by its unique identifier. ## Update a custom table: content by ID - [PUT /v1/api/custom-table-value/{id}](https://docs.finalpos.com/openapi/custom-table:-content/customtablevaluecontroller_update.md): Updates an existing custom table: content record. ## Delete a custom table: content by ID - [DELETE /v1/api/custom-table-value/{id}](https://docs.finalpos.com/openapi/custom-table:-content/customtablevaluecontroller_delete.md): Deletes a custom table: content by its unique identifier. ## Create a new row in a custom table - [POST /v1/api/custom-table-data/{tableName}](https://docs.finalpos.com/openapi/custom-table:-content/customtabledatacontroller_create.md) ## Get a single row from a custom table - [GET /v1/api/custom-table-data/{tableName}/{rowId}](https://docs.finalpos.com/openapi/custom-table:-content/customtabledatacontroller_findone.md) ## Update a row in a custom table - [PUT /v1/api/custom-table-data/{tableName}/{rowId}](https://docs.finalpos.com/openapi/custom-table:-content/customtabledatacontroller_update.md) ## Delete a row from a custom table - [DELETE /v1/api/custom-table-data/{tableName}/{rowId}](https://docs.finalpos.com/openapi/custom-table:-content/customtabledatacontroller_delete.md)