Portal

<back to all web services

BrowseSupplementaryByVeoliaAdmin

The following routes are available for this service:
GET/supplementary/{supplementaryid}
BrowseSupplementaryByVeoliaAdmin Parameters:
NameParameterData TypeRequiredDescription
SupplementaryIdpathintNo
BrowseSupplementaryResponse Parameters:
NameParameterData TypeRequiredDescription
SupplementaryformSupplementaryDetailsYes
ResponseBase Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusYes
SupplementaryDetails Parameters:
NameParameterData TypeRequiredDescription
TenderIdformintNo
TenderUserIdformintNo
UserIdformintNo
TenderRoundIdformintNo
ViewedByIdformint?No
SubmittedByIdformint?No
MetaformDictionary<string, string>Yes
SupplementaryFilesformList<SupplementaryFileDetails>Yes
SupplementarySimple Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
TenderUserTenderRoundIdformintNo
IsViewedformboolNo
ViewingDateTimeformDateTime?No
IsSubmittedformboolNo
SubmissionDateTimeformDateTime?No
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 .csv suffix or ?format=csv

HTTP + CSV

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

GET /supplementary/{supplementaryid} HTTP/1.1 
Host: szallitoiportal-be.veolia.hu 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Supplementary":{"TenderId":0,"TenderUserId":0,"UserId":0,"TenderRoundId":0,"ViewedById":0,"SubmittedById":0,"Meta":{"String":"String"},"SupplementaryFiles":[{"SupplementaryId":0,"SupplementaryDocumentTypeId":0,"SupplementaryDocumentType":"String","Direction":0,"Id":0,"FileContentId":0,"FileName":"String","Size":0}],"Id":0,"TenderUserTenderRoundId":0,"IsViewed":false,"ViewingDateTime":"0001-01-01T00:00:00.0000000","IsSubmitted":false,"SubmissionDateTime":"0001-01-01T00:00:00.0000000"},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}