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": "04630ed9-e4d9-4c13-b655-82fa4dff01cc",
  "ProductID": "9736f98c-56c7-4cfc-8007-d3a62b0feb20",
  "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>04630ed9-e4d9-4c13-b655-82fa4dff01cc</MemberID>
  <ProductID>9736f98c-56c7-4cfc-8007-d3a62b0feb20</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.