POST /API/v2/Master/ReportTypes/NaccsSendPermissions/RegisterAdmin
帳票NACCS送信制限を登録します。 このAPIはシステム管理者しか呼び出せません。
Request Information
URI Parameters
None.
Body Parameters
v2.ReportTypeNaccsSendPermission_RegisterAdmin
Name | Description | Type | Additional information |
---|---|---|---|
reportNaccsSendPermissionCode | 帳票NACCS送信権限コード |
String |
Required Max length: 13 |
tradeType | 取引タイプ |
String |
Required Max length: 8 |
reportCode | 帳票コード |
String |
Required Max length: 5 |
businessTypeCode | 事業種別コード |
String |
Required Max length: 3 |
canSend | NACCS送信権限 |
Boolean |
Required |
Response Information
Resource Description
v2.Master.NaccsSendPermissions
Name | Description | Type | Additional information |
---|---|---|---|
reportNaccsSendPermissionCode | 帳票NACCS送信権限コード |
String |
Required Max length: 13 |
tradeType | 取引タイプ |
String |
Required Max length: 8 |
reportCode | 帳票コード |
String |
Required Max length: 5 Format : ForeignKey /API/v2/Master/ReportTypes/Exists/{value} |
businessTypeCode | 事業種別コード |
String |
Required Max length: 3 Format : ForeignKey /API/v2/Master/BusinessTypes/Exists/{value} |
canSend | NACCS送信権限 |
Boolean |
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 |