Portal

<back to all web services

BrowseAllSupplementaryFile

The following routes are available for this service:
GET/tender/{tenderid}/user/{userid}/round/{tenderroundid}/supplementary/{supplementaryid}/file
SupplementaryBase Parameters:
NameParameterData TypeRequiredDescription
SupplementaryIdformintNo
TenderUserTenderRoundBase Parameters:
NameParameterData TypeRequiredDescription
TenderIdformintNo
UserIdformintNo
TenderRoundIdformintNo
BrowseAllSupplementaryFileResponse Parameters:
NameParameterData TypeRequiredDescription
SupplementaryFilesformList<SupplementaryFileDetails>Yes
ResponseBase Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusYes
SupplementaryFileDetails Parameters:
NameParameterData TypeRequiredDescription
SupplementaryIdformintNo
SupplementaryDocumentTypeIdformintNo
SupplementaryDocumentTypeformstringYes
DirectionformSupplementaryFileDirectionNo
BrowseFileResponseBase Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
FileContentIdformintNo
FileNameformstringYes
SizeformlongNo
SupplementaryFileDirection Enum:
NameValue
Request0
Response1

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

HTTP + OTHER

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

GET /tender/{tenderid}/user/{userid}/round/{tenderroundid}/supplementary/{supplementaryid}/file HTTP/1.1 
Host: szallitoiportal-be.veolia.hu 
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"SupplementaryFiles":[{"SupplementaryId":0,"SupplementaryDocumentTypeId":0,"SupplementaryDocumentType":"String","Direction":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"}}}