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
Tenent/Sender ID
- application/json
Body
Content params
Array [
]
Array [
]
body
object[]
Content
Content
Type
payment_info
object
details
object
Amount
Currency
Description
Due Date
IBAN
Reference
Payable
signature_info
object
requesting_signer
object[]
Requesting Signer
Field
Possible values: [sender
, receiver
]
Which party shall sign the field
Signature Reference
Subject
to
object
Account ID
birth_information
object
Birth Name
Date of Birth
Given Name(s)
Last Name
Nationality
Place of Birth
Date of Birth
Email Address
First Name
Full Name
Last Name
Social Security Number
Phone Number
VAT ID
Possible values: [letter
, invoice
, contract
]
The type of the mail, it enables content specific actions.
Responses
- 200
- 401
- 404
- 422
Create Content response
- application/json
- Schema
- Example (from schema)
Schema
{
"id": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
{
"code": 40102,
"message": "No access to tenant",
"status": 401
}
Not found
- application/json
- Schema
- Example (from schema)
Schema
{
"code": 40401,
"message": "receiver not found",
"status": 404
}
Invalid IBAN
- application/json
- Schema
- Example (from schema)
Schema
{
"code": 42203,
"message": "invalid iban",
"status": 422
}