Portal

<back to all web services

BrowseComplianceAllFile

The following routes are available for this service:
GET/tender/{tenderid}/user/{userid}/compliance/{complianceid}/file
ComplianceBase Parameters:
NameParameterData TypeRequiredDescription
TenderIdformintNo
UserIdformintNo
ComplianceIdformintNo
BrowseComplianceAllFileResponse Parameters:
NameParameterData TypeRequiredDescription
ComplianceFilesformList<ComplianceFileDetails>Yes
ResponseBase Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusYes
ComplianceFileDetails Parameters:
NameParameterData TypeRequiredDescription
ComplianceIdformintNo
DocumentTypeformComplianceDocumentTypeNo
BrowseFileResponseBase Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
FileContentIdformintNo
FileNameformstringYes
SizeformlongNo
ComplianceDocumentType Enum:
NameValue
SignedCompliance0
GeneratedXlsx1

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /tender/{tenderid}/user/{userid}/compliance/{complianceid}/file HTTP/1.1 
Host: szallitoiportal-be.veolia.hu 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ComplianceFiles: 
	[
		{
			ComplianceId: 0,
			DocumentType: 0,
			Id: 0,
			FileContentId: 0,
			FileName: String,
			Size: 0
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}