/pdf/download-stats

Body
application/json
anyOf
Responses
  • 200

    The request has succeeded.

POST/pdf/download-stats
Shell cURL
curl --request POST \
  --url https://dpt-openapi.finema.dev/pdf/download-stats \
  --header 'Content-Type: application/json' \
  --data null

/pdf/map

Body
application/json
export_type
required
string enum
  • pdf
  • png
  • jpg
orientation
required
string enum
  • portrait
  • landscape
ratio
required
string
default: 
1 : 4,000
map
required
string
map_layer
required
string
map_symbol
required
string
sub_district
required
string
district
required
string
province
required
string
created_at
required
string date-time

the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

Responses
  • 200

    The request has succeeded.

POST/pdf/map
Shell cURL
curl --request POST \
  --url https://dpt-openapi.finema.dev/pdf/map \
  --header 'Content-Type: application/json' \
  --data '{
  "export_type": "pdf",
  "orientation": "portrait",
  "ratio": "1 : 4,000",
  "map": "",
  "map_layer": "",
  "map_symbol": "",
  "sub_district": "",
  "district": "",
  "province": "",
  "created_at": ""
}'
0.0.0
OAS 3.0.0

Map Layer API

Client Libraries
Shell
Ruby
Node.js
PHP
Python
C
More

/pdf/download-stats

Body
application/json
anyOf
Responses
  • 200

    The request has succeeded.

POST/pdf/download-stats
Shell cURL
curl --request POST \
  --url https://dpt-openapi.finema.dev/pdf/download-stats \
  --header 'Content-Type: application/json' \
  --data null