POST api/task/worklogs

Request Information

URI Parameters

None.

Body Parameters

TaskWorklogCreateDTO
NameDescriptionTypeAdditional information
MemberID

globally unique identifier

None.

ProductID

globally unique identifier

None.

Title

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberID": "1ca20f9f-838e-42c2-9339-c109b16beb92",
  "ProductID": "18d761d4-1717-4333-be6a-70fa65ec0e1d",
  "Title": "sample string 3"
}

application/xml, text/xml

Sample:
<TaskWorklogCreateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIProject.API.Models.DTO">
  <MemberID>1ca20f9f-838e-42c2-9339-c109b16beb92</MemberID>
  <ProductID>18d761d4-1717-4333-be6a-70fa65ec0e1d</ProductID>
  <Title>sample string 3</Title>
</TaskWorklogCreateDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.