Required role: | superadmin |
DELETE | /superadmin/company/{CompanyId}/comments/{Id} | Delete a comment. |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CompanyId | query | Guid? | Yes | Enter the companyId for the customer |
Id | query | int | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CompanyId | form | Guid? | No | |
Id | form | int | No | |
Comment | form | string | Yes | |
CommentTypeId | form | CommentsType | Yes | |
CommentType | form | CommentsTypeResponse | Yes | |
Updated | form | DateTime | No | The updated date |
Created | form | DateTime | No | The created date |
CreatedBy | form | string | No | The created by |
Name | Value | |
---|---|---|
NormalComment | 1 | |
CallBackPhoneComment | 2 | |
CallBackEmailComment | 3 | |
CallBackMeetingBookedComment | 4 | |
CallBackNotInterestedComment | 5 |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
Name | form | string | No | |
Description | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
DELETE /superadmin/company/{CompanyId}/comments/{Id} HTTP/1.1 Host: testapi.bokamera.se Accept: text/jsonl
HTTP/1.1 200 OK Content-Type: text/jsonl Content-Length: length {"CompanyId":"00000000-0000-0000-0000-000000000000","Id":0,"Comment":"String","CommentTypeId":"NormalComment","CommentType":{"Id":0,"Name":"String","Description":"String"},"CreatedBy":"String"}