PUT | /tender/{tenderid}/user/{userid}/compliance/{complianceid} |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
TenderId | path | int | No | |
UserId | path | int | No | |
ComplianceId | path | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
IsPreventCorruptionRisk | form | bool? | No | |
AntiCorruptionMeasuresDescription | form | string | Yes | |
IsPartnerCorrupt | form | bool? | No | |
IsCorruptionInspection | form | bool? | No | |
CriminalJudgement | form | string | Yes | |
IsPartnerConvictedCorruption | form | bool? | No | |
PartnerConvictedEDocument | form | string | Yes | |
PartnerConvictedDetails | form | string | Yes | |
IsSelfExoneration | form | bool? | No | |
SelfExonerationDetails | form | string | Yes | |
IsPartnerPEPContact | form | bool? | No | |
PartnerPEPContactDetails | form | string | Yes | |
IsPartnerPEP | form | bool? | No | |
PartnerPEPDetails | form | string | Yes | |
Other | form | string | Yes | |
IsActualOwner | form | bool? | No | |
ActualOwnerComment | form | string | Yes | |
IsPrivateOwner | form | bool? | No | |
IsOrganizationOwner | form | bool? | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ConcurrencyStamp | form | string | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ResponseStatus | form | ResponseStatus | Yes |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
PUT /tender/{tenderid}/user/{userid}/compliance/{complianceid} HTTP/1.1
Host: szallitoiportal-be.veolia.hu
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
TenderId: 0,
UserId: 0,
ComplianceId: 0,
IsPreventCorruptionRisk: False,
AntiCorruptionMeasuresDescription: String,
IsPartnerCorrupt: False,
IsCorruptionInspection: False,
CriminalJudgement: String,
IsPartnerConvictedCorruption: False,
PartnerConvictedEDocument: String,
PartnerConvictedDetails: String,
IsSelfExoneration: False,
SelfExonerationDetails: String,
IsPartnerPEPContact: False,
PartnerPEPContactDetails: String,
IsPartnerPEP: False,
PartnerPEPDetails: String,
Other: String,
IsActualOwner: False,
ActualOwnerComment: String,
IsPrivateOwner: False,
IsOrganizationOwner: False,
ConcurrencyStamp: String
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { Id: 0, ResponseStatus: { ErrorCode: String, Message: String, StackTrace: String, Errors: [ { ErrorCode: String, FieldName: String, Message: String, Meta: { String: String } } ], Meta: { String: String } } }