POST /API/v2/General/CorrectionReasonCodes/RegisterAdmin
訂正理由を登録します。 このメソッドはシステム管理者が利用できます。
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| correctionReasonCode | 訂正理由コード |
String |
Required Max length: 2 |
| correctionReason | 訂正理由 |
String |
Required Max length: 50 |
| correctionReasonEn | 訂正理由_英語表記 |
String |
Required Max length: 160 |
| displayOrder | 表示順 |
Integer |
Required |
Response Information
Resource Description
v2.General.CorrectionReasonCodes
| Name | Description | Type | Additional information |
|---|---|---|---|
| correctionReasonCode | 訂正理由コード |
String |
Required Max length: 2 |
| correctionReason | 訂正理由 |
String |
Required Max length: 50 |
| correctionReasonEn | 訂正理由_英語表記 |
String |
Required Max length: 160 |
| displayOrder | 表示順 |
Integer |
Required |
| createdAt | 作成日時 |
String, Null |
Format : date-time |
| createdBy | 作成者 |
String, Null |
Max length: 36 |
| updatedAt | 更新日時 |
String, Null |
Format : date-time |
| updatedBy | 更新者 |
String, Null |
Max length: 36 |