Skip to main content

Send content

POST 

/v1/content/send/:tenant

Send content to a receiver. It can return the Error Code 42201 if the content type is not valid, 40401 if the receiver is not found, 42203 if the IBAN is invalid.

Request

Path Parameters

    tenant stringrequired

    Tenent/Sender ID

    Example: b0440b80-0857-43e9-8f13-723c8eb6a39c

Body

Content params

    body

    object[]

    Content

  • Array [

  • content string

    Content

    type string

    Type

  • ]

  • payment_info

    object

    details

    object

    amount number

    Amount

    currency string

    Currency

    description string

    Description

    due_date string

    Due Date

    iban string

    IBAN

    reference string

    Reference

    payable boolean

    Payable

    signature_info

    object

    requesting_signer

    object[]

    Requesting Signer

  • Array [

  • field string

    Field

    signer string

    Possible values: [sender, receiver]

    Which party shall sign the field

  • ]

  • signature_reference string

    Signature Reference

    subject string

    Subject

    to

    object

    account_id string

    Account ID

    birth_information

    object

    birth_name string

    Birth Name

    date_of_birth string

    Date of Birth

    given_names string

    Given Name(s)

    last_name string

    Last Name

    nationality string

    Nationality

    place_of_birth string

    Place of Birth

    date_of_birth string

    Date of Birth

    email string

    Email Address

    first_name string

    First Name

    full_name string

    Full Name

    last_name string

    Last Name

    ssn string

    Social Security Number

    tel string

    Phone Number

    vat_id string

    VAT ID

    type string

    Possible values: [letter, invoice, contract]

    The type of the mail, it enables content specific actions.

Responses

Create Content response

Schema

    id string
Loading...