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": "138066d9-efd7-4cfc-ad2c-ceef7d67e283",
"UIDs": [
"433f1070-c9b0-4146-a9d3-ea619f041a5b",
"308578be-cf18-4e84-852f-bf27a6e06db6"
]
}
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>138066d9-efd7-4cfc-ad2c-ceef7d67e283</MemberID>
<UIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>433f1070-c9b0-4146-a9d3-ea619f041a5b</d2p1:guid>
<d2p1:guid>308578be-cf18-4e84-852f-bf27a6e06db6</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.