PUT api/Subcontracts/{subcontractId}/Claim/{claimId}/ClaimStatusFlow/Reject

Change to Rejected state to a latest claim version.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subcontractId

Subcontract identifier

integer

Required

claimId

Claim identifier

integer

Required

Body Parameters

Claim identifier

RejectClaimDto
NameDescriptionTypeAdditional information
RejectNotes

string

None.

Request Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

Sample:
<RejectClaimDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.ClaimAgg">
  <RejectNotes>sample string 1</RejectNotes>
</RejectClaimDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiDataResultOfBoolean
NameDescriptionTypeAdditional information
Data

boolean

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.