POST api/SupportRequest/DeleteAction
Request Information
URI Parameters
None.
Body Parameters
SupportRequestActionCardDtoName | Description | Type | Additional information |
---|---|---|---|
SupportRequestStatus | SupportRequestStatus |
None. |
|
Description | string |
None. |
|
SupportRequestID | globally unique identifier |
None. |
|
IsDeleted | boolean |
None. |
|
Code | string |
None. |
|
CreateBy | UserLeanDto |
None. |
|
CreateDT | date |
None. |
|
UpdateBy | UserLeanDto |
None. |
|
UpdateDT | date |
None. |
|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "supportRequestStatus": 1, "description": "sample string 1", "supportRequestID": "8446bb50-2325-45d1-a25d-dc6769fb5ce2", "isDeleted": true, "code": "sample string 3", "createBy": { "id": "6c1bcbfb-e936-4265-ba00-6745b2f8e4fc", "name": "sample string 2", "surname": "sample string 3", "email": "sample string 4" }, "createDT": "2025-07-08T21:42:28.2602897+03:00", "updateBy": { "id": "6c1bcbfb-e936-4265-ba00-6745b2f8e4fc", "name": "sample string 2", "surname": "sample string 3", "email": "sample string 4" }, "updateDT": "2025-07-08T21:42:28.2602897+03:00", "id": "519584db-9860-4dbe-b51d-3747e5d526ea", "companyID": "c9a5b6f8-b135-472b-8bfb-5d0485e86286" }
application/xml, text/xml
Sample:
<SupportRequestActionCardDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>c9a5b6f8-b135-472b-8bfb-5d0485e86286</CompanyID> <ID>519584db-9860-4dbe-b51d-3747e5d526ea</ID> <Code>sample string 3</Code> <CreateBy> <Email>sample string 4</Email> <ID>6c1bcbfb-e936-4265-ba00-6745b2f8e4fc</ID> <Name>sample string 2</Name> <Surname>sample string 3</Surname> </CreateBy> <CreateDT>2025-07-08T21:42:28.2602897+03:00</CreateDT> <UpdateBy> <Email>sample string 4</Email> <ID>6c1bcbfb-e936-4265-ba00-6745b2f8e4fc</ID> <Name>sample string 2</Name> <Surname>sample string 3</Surname> </UpdateBy> <UpdateDT>2025-07-08T21:42:28.2602897+03:00</UpdateDT> <Description>sample string 1</Description> <IsDeleted>true</IsDeleted> <SupportRequestID>8446bb50-2325-45d1-a25d-dc6769fb5ce2</SupportRequestID> <SupportRequestStatus>Wait</SupportRequestStatus> </SupportRequestActionCardDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"supportRequestStatus":1,"description":"sample string 1","supportRequestID":"8446bb50-2325-45d1-a25d-dc6769fb5ce2","isDeleted":true,"code":"sample string 3","createBy":{"id":"6c1bcbfb-e936-4265-ba00-6745b2f8e4fc","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"createDT":"2025-07-08T21:42:28.2602897+03:00","updateBy":{"id":"6c1bcbfb-e936-4265-ba00-6745b2f8e4fc","name":"sample string 2","surname":"sample string 3","email":"sample string 4"},"updateDT":"2025-07-08T21:42:28.2602897+03:00","id":"519584db-9860-4dbe-b51d-3747e5d526ea","companyID":"c9a5b6f8-b135-472b-8bfb-5d0485e86286"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.