Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (30 loc) · 4.11 KB

PartnerResponsePartner.md

File metadata and controls

33 lines (30 loc) · 4.11 KB

# PartnerResponsePartner

Properties

Name Type Description Notes
address_attributes \Freee\Accounting\Model\PartnerResponsePartnerAddressAttributes [optional]
available bool 取引先の使用設定(true: 使用する、false: 使用しない) <br> <ul> <li> 本APIでpartnerを作成した場合はtrueになります。 </li> <li> falseにする場合はWeb画面から変更できます。 </li> <li> trueの場合、Web画面での取引登録時などに入力候補として表示されます。 </li> <li> falseの場合、取引先自体は削除せず、Web画面での取引登録時などに入力候補として表示されません。ただし取引(収入・支出)の作成APIなどでfalseの取引先をパラメータに指定すれば、取引などにfalseの取引先を設定できます。 </li> </ul>
code string 取引先コード
company_id int 事業所ID
contact_name string 担当者 氏名 [optional]
country_code string 地域(JP: 国内、ZZ:国外) [optional]
default_title string 敬称(御中、様、(空白)の3つから選択) [optional]
email string 担当者 メールアドレス [optional]
id int 取引先ID
invoice_payment_term_attributes \Freee\Accounting\Model\PartnerResponsePartnerInvoicePaymentTermAttributes [optional]
invoice_registration_number string この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。 インボイス制度適格請求書発行事業者登録番号 - 先頭T数字13桁の固定14桁の文字列 <a target=&quot;_blank&quot; href=&quot;https://www.invoice-kohyo.nta.go.jp/index.html\&quot;&gt;国税庁インボイス制度適格請求書発行事業者公表サイト&lt;/a> [optional]
long_name string 正式名称(255文字以内) [optional]
name string 取引先名
name_kana string カナ名称(255文字以内) [optional]
org_code int 事業所種別(null: 未設定、1: 法人、2: 個人) [optional]
partner_bank_account_attributes \Freee\Accounting\Model\PartnerResponsePartnerPartnerBankAccountAttributes [optional]
partner_doc_setting_attributes \Freee\Accounting\Model\PartnerCreateParamsPartnerDocSettingAttributes [optional]
payer_walletable_id int 振込元口座ID(一括振込ファイル用):(未設定の場合は、nullです。) [optional]
payment_term_attributes \Freee\Accounting\Model\PartnerResponsePartnerPaymentTermAttributes [optional]
phone string 電話番号 [optional]
qualified_invoice_issuer bool この項目はインボイス制度で利用する項目です。2023年4月頃から利用できる予定です。 インボイス制度適格請求書発行事業者(true: 対象事業者、false: 非対象事業者) <a target=&quot;_blank&quot; href=&quot;https://www.invoice-kohyo.nta.go.jp/index.html\&quot;&gt;国税庁インボイス制度適格請求書発行事業者公表サイト&lt;/a> [optional]
shortcut1 string ショートカット1 (255文字以内) [optional]
shortcut2 string ショートカット2 (255文字以内) [optional]
transfer_fee_handling_side string 振込手数料負担(一括振込ファイル用): (振込元(当方): payer, 振込先(先方): payee) [optional]
update_date string 更新日 (yyyy-mm-dd)

[Back to Model list] [Back to API list] [Back to README]