POST /API/v1/NaccsReport/ModifiedDeclarationRegistrations/Register
帳票:AMAを保存します。 ## 概要 帳票を保存するには、その帳票を格納する取引を作成、または参加している組織(と事業種別)に所属するユーザであり、かつ、その帳票に対してWrite権限が必要です。 また、取引内の帳票はルートドキュメントにより、他の帳票と項目を共有しているので、事業者の更新が上書きされないよう帳票毎にバージョン識別子(***_etag***)がつけられています。 このバージョン識別子(***_etag***)は、帳票の保存(Register)が行われると、違う値に更新されます。帳票の保存(Register)のときに、このバージョン識別子(***_etag***)が異なると、排他エラー(***409:Conflict***)が発生します。 Registerメソッドで指定するJSONデータは、GetもしくはCreateでのレスポンスデータを編集し、指定するようにしてください。
Request Information
URI Parameters
None.
Body Parameters
ModifiedDeclarationRegistrations
ModifiedDeclarationRegistrations
Name | Description | Type | Additional information |
---|---|---|---|
_etag | etag |
String |
Required |
accountNo | 口座番号 |
String, Null |
None. |
amendedTaxReturnNo | 修正申告番号 |
String, Null |
None. |
amendedTaxReturnReasonCode | 修正申告理由コード |
String, Null |
None. |
businessTypeId | 事業種別ID |
String |
Required Format : Protect Pattern : ^(?!.*(\?|\$|#|&|,|=)).*$ |
customsClerkCode | 税関事務管理人コード |
String, Null |
None. |
customsOfficeManagerAcceptanceNo | 税関事務管理人受理番号 |
String, Null |
None. |
customsOfficeManagerName | 税関事務管理人名 |
String, Null |
None. |
dealReportId | 取引・帳票ID |
String |
Required |
declarantAddress1 | 申告者住所1(都道府県) |
String, Null |
None. |
declarantAddress2 | 申告者住所2(市区町村(行政区名)) |
String, Null |
None. |
declarantAddress3 | 申告者住所3(町域名・番地) |
String, Null |
None. |
declarantAddress4 | 申告者住所4(ビル名ほか) |
String, Null |
None. |
declarantCode | 申告者コード |
String, Null |
None. |
declarantName | 申告者名 |
String, Null |
None. |
declarantPhoneNo | 申告者電話番号 |
String, Null |
None. |
declarantZipCode | 申告者郵便番号 |
String, Null |
None. |
destinationDepartmentCode | あて先部門コード |
String, Null |
None. |
destinationOfficeCode | あて先官署コード |
String, Null |
None. |
idSubjecttoSubmissiontotheBoardofAudit | 会計検査院提出対象識別 |
String, Null |
None. |
importDeclarationNumbers |
Collection, Null of importDeclarationNumbers |
None. |
|
importTraderCode | 輸入取引者コード |
String, Null |
None. |
importTraderName | 輸入取引者名 |
String, Null |
None. |
nationalTaxGeneralLawClauseCode | 国税通則法条項符号 |
String, Null |
None. |
noforDomesticReference | 社内整理用番号 |
String, Null |
None. |
organizationId | 組織ID |
String |
Required Format : Protect Pattern : ^(?!.*(\?|\$|#|&|,|=)).*$ |
partitionNo | パーティション番号 |
Integer, Null |
Format : Protect |
paymentMethodId | 納付方法識別 |
String, Null |
None. |
prefectureCode | 都道府県コード |
String, Null |
None. |
Response Information
Resource Description
None.