Portal

<back to all web services

BrowseSupplementaryDocumentType

The following routes are available for this service:
GET/tender/{tenderid}/user/{userid}/round/{tenderroundid}/supplementary/{supplementaryid}/documenttype
SupplementaryBase Parameters:
NameParameterData TypeRequiredDescription
SupplementaryIdformintNo
TenderUserTenderRoundBase Parameters:
NameParameterData TypeRequiredDescription
TenderIdformintNo
UserIdformintNo
TenderRoundIdformintNo
BrowseSupplementaryDocumentTypeResponse Parameters:
NameParameterData TypeRequiredDescription
DocumentTypesformList<SupplementaryDocumentTypeSimple>Yes
ResponseBase Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusYes
SupplementaryDocumentTypeSimple Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
DocumentTypeformstringYes
DirectionformSupplementaryFileDirectionNo
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}/documenttype HTTP/1.1 
Host: szallitoiportal-be.veolia.hu 
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"DocumentTypes":[{"Id":0,"DocumentType":"String","Direction":0}],"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}