POST api/task/worklogs/batch-delete
Request Information
URI Parameters
None.
Body Parameters
TaskWorklogBatchDeleteDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID | globally unique identifier |
None. |
|
| UIDs | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberID": "ad433ad3-546c-42d8-97c8-09ce021f65f8",
"UIDs": [
"15eaed73-1d27-4e7d-9747-4a39e1675f29",
"450c1924-a122-4056-9283-e440bba6bf6d"
]
}
application/xml, text/xml
Sample:
<TaskWorklogBatchDeleteDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIProject.API.Models.DTO">
<MemberID>ad433ad3-546c-42d8-97c8-09ce021f65f8</MemberID>
<UIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>15eaed73-1d27-4e7d-9747-4a39e1675f29</d2p1:guid>
<d2p1:guid>450c1924-a122-4056-9283-e440bba6bf6d</d2p1:guid>
</UIDs>
</TaskWorklogBatchDeleteDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.