# Bulk write 'Invoicerecipient'

Endpoint: POST /accounting/invoices/invoicerecipient/list/
Version: 2.0.0
Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret

## Request fields (application/json):

  - `priority` (integer, required)

  - `name` (string)

  - `organization_user` (object)
    **Additional Validation Information:**
This value can't bet set, when any of the following fields are set: `tenant`, `sub_tenant`

  - `organization_user.id` (string)

  - `organization` (object)

  - `organization.id` (string)

  - `tenant` (object)
    **Additional Validation Information:**
This value can't bet set, when any of the following fields are set: `sub_tenant`, `organization_user`

  - `tenant.id` (string)

  - `invoice_distribution_instruction` (array)

  - `sub_tenant` (object)
    **Additional Validation Information:**
This value can't bet set, when any of the following fields are set: `tenant`, `organization_user`

  - `sub_tenant.id` (string)

  - `stakeholder_type` (string)

  - `postal_address` (object)
    **Additional Validation Information:**
This value can't bet set, when any of the following fields are set: `custom_postal_address`

  - `postal_address.id` (string)

  - `custom_id` (string)

  - `org_no` (string)

  - `view_only` (boolean, required)

  - `custom_postal_address` (string)
    **Additional Validation Information:**
This value can't bet set, when any of the following fields are set: `postal_address`

  - `reminder_distribution_instruction` (array)

  - `email` (string)

  - `ssn` (string)

  - `invoice` (object, required)

  - `invoice.id` (string)

  - `debt_distribution_instruction` (array)

  - `phone_number` (string)

## Response 201 fields (application/json):

  - `id` (string, required)
    **Additional Validation Information:**
Must be unique

  - `priority` (integer, required)

  - `name` (string)

  - `organization_user` (object)
    **Additional Validation Information:**
This value can't bet set, when any of the following fields are set: `tenant`, `sub_tenant`

  - `organization_user.id` (string)

  - `anonymized_at` (string)

  - `organization` (object)

  - `organization.id` (string)

  - `tenant` (object)
    **Additional Validation Information:**
This value can't bet set, when any of the following fields are set: `sub_tenant`, `organization_user`

  - `tenant.id` (string)

  - `created_at` (string)

  - `invoice_distribution_instruction` (array)

  - `sub_tenant` (object)
    **Additional Validation Information:**
This value can't bet set, when any of the following fields are set: `tenant`, `organization_user`

  - `sub_tenant.id` (string)

  - `stakeholder_type` (string)

  - `postal_address` (object)
    **Additional Validation Information:**
This value can't bet set, when any of the following fields are set: `custom_postal_address`

  - `postal_address.id` (string)

  - `custom_id` (string)

  - `org_no` (string)

  - `view_only` (boolean, required)

  - `custom_postal_address` (string)
    **Additional Validation Information:**
This value can't bet set, when any of the following fields are set: `postal_address`

  - `reminder_distribution_instruction` (array)

  - `email` (string)

  - `ssn` (string)

  - `invoice` (object, required)

  - `invoice.id` (string)

  - `debt_distribution_instruction` (array)

  - `phone_number` (string)

  - `bookkeeping_scrubbed_at` (string)

