POST ExportFormats

Vytvoření exportního formátu. Pouze pro výdejce nebo admina.

Request Information

URI Parameters

None.

Body Parameters

Definice exportního formátu

ExportFormatCreateDTO
NameDescriptionTypeAdditional information
Name

string

None.

Type

ExportFormatType

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "type": "raster"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ExportFormatDTO
NameDescriptionTypeAdditional information
Name

string

None.

Type

ExportFormatType

None.

IsDeleted

boolean

None.

CreatorId

integer

None.

EditorId

integer

None.

Created

date

None.

Edited

date

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "type": "raster",
  "creatorId": 3,
  "editorId": 1,
  "created": "2025-05-04T12:29:40.5688358",
  "edited": "2025-05-04T12:29:40.5688358",
  "id": 5
}