* remove everything v1 and make v2 default * move main v2 rewrites to book * move rewrites to book + other fixes
25 lines
569 B
YAML
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: {}
|