PUT api/MultiTimesheets/Product/Timesheets/{timesheetid}/Comment

Update Approver Comment in Timesheet in MultiTimesheet Batch

Request Information

URI Parameters

NameDescriptionTypeAdditional information
timesheetid

integer

Required

Body Parameters

TimesheetApproverComment
NameDescriptionTypeAdditional information
TimesheetID

integer

None.

Comment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TimesheetID": 1,
  "Comment": "sample string 2"
}

text/xml

Sample:
<TimesheetApproverComment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO">
  <Comment>sample string 2</Comment>
  <TimesheetID>1</TimesheetID>
</TimesheetApproverComment>

multipart/form-data

Sample:
<TimesheetApproverComment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO"><Comment>sample string 2</Comment><TimesheetID>1</TimesheetID></TimesheetApproverComment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml, multipart/form-data

Sample:

Sample not available.