PUT api/Subcontracts/{subcontractId}/Timesheets/{timesheetId}/Versions/{timesheetVersionId}/RepliedNotAgreed

Timesheet Replied Not Agreed

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subcontractId

integer

Required

timesheetId

integer

Required

timesheetVersionId

integer

Required

Body Parameters

TimesheetRepliedNotAgreedCommandRequest
NameDescriptionTypeAdditional information
ReviewReason

string

None.

Request Formats

application/json, text/json

Sample:
{
  "reviewReason": "sample string 4"
}

text/html

Sample:
{"reviewReason":"sample string 4"}

application/xml, text/xml

Sample:
<TimesheetRepliedNotAgreedCommandRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.AppServices.SubcontractAgg.CommandHandlers">
  <ReviewReason>sample string 4</ReviewReason>
</TimesheetRepliedNotAgreedCommandRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiDataResultOfTimesheetRepliedNotAgreedResponseDto
NameDescriptionTypeAdditional information
Data

TimesheetRepliedNotAgreedResponseDto

None.

Success

boolean

None.

Message

string

None.

Errors

Collection of CustomError

None.

Warnings

Collection of string

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.