GET | /tender/{tenderid}/user/{userid}/round/{tenderroundid}/supplementary/{supplementaryid}/documenttype |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SupplementaryId | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
TenderId | form | int | No | |
UserId | form | int | No | |
TenderRoundId | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
DocumentTypes | form | List<SupplementaryDocumentTypeSimple> | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ResponseStatus | form | ResponseStatus | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
DocumentType | form | string | Yes | |
Direction | form | SupplementaryFileDirection | No |
Name | Value | |
---|---|---|
Request | 0 | |
Response | 1 |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
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/csv
HTTP/1.1 200 OK Content-Type: text/csv 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"}}}