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": "f3f2021c-d464-4aef-87df-9b4beb3bc8ba",
  "ProductID": "65a65b87-92af-4553-9426-458c0d844bdb",
  "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>f3f2021c-d464-4aef-87df-9b4beb3bc8ba</MemberID>
  <ProductID>65a65b87-92af-4553-9426-458c0d844bdb</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.