Requires any of the roles: | bookingsupplier-administrator-write, superadmin |
DELETE | /customers/{CustomerId}/comments/{Id} | Delete a customers comments | Get all connected customer comments for the company. |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | path | int | Yes | |
CustomerId | path | Guid | Yes | |
CompanyId | query | Guid? | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
CustomerId | form | Guid | No | |
Comments | form | string | No | |
Updated | form | DateTime | No | |
Created | form | DateTime | No | |
ImageUrl | form | Uri | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
DELETE /customers/{CustomerId}/comments/{Id} HTTP/1.1 Host: api.bokamera.se Accept: text/jsv
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { Id: 0, Comments: String }