# Customer remarks

Managing customer remarks.

## List of customer remarks

 - [GET /api/customers/{guid}/remarks](https://api.docs.shoptet.com/shoptet-api/openapi/customer-remarks/getlistofcustomerremarks.md): List of customer remarks, supports the Paging.

## Creation of customer remark

 - [POST /api/customers/{guid}/remarks](https://api.docs.shoptet.com/shoptet-api/openapi/customer-remarks/createcustomerremark.md)

## Detail of customer remark

 - [GET /api/customers/{guid}/remarks/{id}](https://api.docs.shoptet.com/shoptet-api/openapi/customer-remarks/getdetailofcustomerremark.md)

## Update of customer remark

 - [PATCH /api/customers/{guid}/remarks/{id}](https://api.docs.shoptet.com/shoptet-api/openapi/customer-remarks/updatecustomerremark.md)

## Deletion of customer remark

 - [DELETE /api/customers/{guid}/remarks/{id}](https://api.docs.shoptet.com/shoptet-api/openapi/customer-remarks/deletecustomerremark.md)

