POST api/internal/dataset/files/{uuid}
Add file(s) to dataset
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
uuid | string |
Required |
Body Parameters
Collection of Kartverket.Geonorge.Download.Models.FileName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Filename | string |
String length: inclusive between 0 and 100 |
|
Url | string |
None. |
|
Category | string |
String length: inclusive between 0 and 50 |
|
SubCategory | string |
String length: inclusive between 0 and 50 |
|
Division | string |
String length: inclusive between 0 and 50 |
|
DivisionKey | string |
String length: inclusive between 0 and 100 |
|
Projection | string |
String length: inclusive between 0 and 100 |
|
Format | string |
String length: inclusive between 0 and 100 |
|
DatasetId | integer |
None. |
|
Dataset | Kartverket.Geonorge.Download.Models.Dataset |
None. |
|
AccessConstraintRequiredRole | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Id": "40f64b0e-a5a6-468c-9ef7-dfb690e60688", "Filename": "sample string 1", "Url": "sample string 2", "Category": "sample string 3", "SubCategory": "sample string 4", "Division": "sample string 5", "DivisionKey": "sample string 6", "Projection": "sample string 7", "Format": "sample string 8", "DatasetId": 1, "Dataset": { "Id": 1, "Title": "sample string 2", "MetadataUuid": "sample string 3", "SupportsAreaSelection": true, "SupportsFormatSelection": true, "SupportsPolygonSelection": true, "SupportsProjectionSelection": true, "FmeClippingUrl": "sample string 4", "MapSelectionLayer": "sample string 5", "AccessConstraint": "sample string 6", "AccessConstraintRequiredRole": "sample string 7", "MaxArea": 8, "filliste": [] }, "AccessConstraintRequiredRole": "sample string 9" } ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.