---
title: "POST /subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration"
method: POST
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration"
tags: ["Service"]
---

# POST /subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration

`POST /subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration`

This API provides configuration details specific to given region/location.

## Path parameters

- `subscriptionId` string, required
- `location` string, required

## Query parameters

- `api-version` string, required

## Request body

- RegionConfigurationRequest — Request body to get the configuration for the region.
  - `scheduleAvailabilityRequest` ScheduleAvailabilityRequest — Request body to get the availability for scheduling orders.
    - `storageLocation` string, required — Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01
    - `skuName` 'DataBox' | 'DataBoxDisk' | 'DataBoxHeavy', required — Sku Name for which the order is to be scheduled.
  - `transportAvailabilityRequest` TransportAvailabilityRequest — Request body to get the transport availability for given sku.
    - `skuName` 'DataBox' | 'DataBoxDisk' | 'DataBoxHeavy' — Type of the device.

## Response `200`

Region configuration response.

- RegionConfigurationResponse — Configuration response specific to a region.
  - `scheduleAvailabilityResponse` ScheduleAvailabilityResponse — Schedule availability response for given sku in a region.
    - `availableDates` string[] — List of dates available to schedule
  - `transportAvailabilityResponse` TransportAvailabilityResponse — Transport options available for given sku in a region.
    - `transportAvailabilityDetails` TransportAvailabilityDetails[] — List of transport availability details for given region
      - `shipmentType` 'CustomerManaged' | 'MicrosoftManaged' — Transport Shipment Type supported for given region.

## Other responses

- `default` — Error response describing reason for operation failure.

---

[API](https://skmtc.net/azure/apis/databoxmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/databoxmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/databoxmanagementclient/versions/a5a0c2b247e2/schema)
