PUT api/Projects/{ProjectId}/SI/{SiId}/Versions/{SiVersionId}/RepliedNotAgreed?ClarifyReason={ClarifyReason}

Send SFR to TR (On behalf)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClarifyReason

string

None.

projectId

string

None.

siId

string

None.

siVersionId

string

None.

Body Parameters

SiteInstructionRepliedNotAgreedCommandBody
NameDescriptionTypeAdditional information
ClarifyReason

string

None.

Request Formats

application/json, text/json

Sample:
{
  "clarifyReason": "sample string 1"
}

text/html

Sample:
{"clarifyReason":"sample string 1"}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiDataResultOfSiteInstructionRepliedNotAgreedResponseDto
NameDescriptionTypeAdditional information
Data

SiteInstructionRepliedNotAgreedResponseDto

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.