Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminPostTaxRegionsReq.yaml
Shahed Nasser 22f30f54fd docs: update api-reference project for v2 (#7307)
* remove everything v1 and make v2 default

* move main v2 rewrites to book

* move rewrites to book + other fixes
2024-05-16 09:02:35 +02:00

25 lines
569 B
YAML

type: object
description: SUMMARY
x-schemaName: AdminPostTaxRegionsReq
required:
- country_code
properties:
country_code:
type: string
title: country_code
description: The tax region's country code.
province_code:
type: string
title: province_code
description: The tax region's province code.
parent_id:
type: string
title: parent_id
description: The tax region's parent id.
default_tax_rate:
$ref: ./CreateDefaultTaxRate.yaml
metadata:
type: object
description: The tax region's metadata.
properties: {}