POST /API/v2/General/Countries/RegisterInternal
国を登録します。 内部呼び出し用。
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countryCode | 国コード |
String |
Required Max length: 2 |
| countryCodeAlfa3 | 国コード(alfa3) |
String |
Required Max length: 3 |
| countryCodeNumeric | 国コード(数字) |
String |
Required Max length: 3 |
| countryName | 国名 |
String |
Required Max length: 100 |
| countryNameEn | 国名_英語表記 |
String |
Required Max length: 100 |
| createdAt | 作成日時 |
String, Null |
Format : date-time |
| createdBy | 作成者 |
String, Null |
Max length: 36 |
| updatedAt | 更新日時 |
String, Null |
Format : date-time |
| updatedBy | 更新者 |
String, Null |
Max length: 36 |
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| countryCode | 国コード |
String |
Required Max length: 2 |
| countryCodeAlfa3 | 国コード(alfa3) |
String |
Required Max length: 3 |
| countryCodeNumeric | 国コード(数字) |
String |
Required Max length: 3 |
| countryName | 国名 |
String |
Required Max length: 100 |
| countryNameEn | 国名_英語表記 |
String |
Required Max length: 100 |
| createdAt | 作成日時 |
String, Null |
Format : date-time |
| createdBy | 作成者 |
String, Null |
Max length: 36 |
| updatedAt | 更新日時 |
String, Null |
Format : date-time |
| updatedBy | 更新者 |
String, Null |
Max length: 36 |