# 10 Business Cases ## Submit business case - [POST /api/v1/business-cases](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/submitbusinesscase.md): This operation accepts either a QR-Invoice PDF or a PDF in the eBill Format, containing the business case information as XML attachment included in the PDF. The specific business case type (bill, advice...) is specified in the XML attachment. Ideally the PDF conforms to the PDF/A-3b, if not, conversion is attempted. Please note that PDF format conversion may fail due to various technical reason. ## Submit Reminder - [POST /api/v1/business-cases/reminder](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/reminder.md): This operation accepts a PDF along with the business case information, which is to be included as XML attachment. The provided PDF must not contain an XML attachment. Ideally the PDF conforms to the PDF/A-3b, if not, conversion is attempted. Please note that PDF format conversion may fail due to various technical reason. ## Submit Reminder - [POST /api/v1/business-cases/reminder/multipart](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/remindermultipart.md): This operation accepts a PDF along with the business case information, which is to be included as XML attachment. The provided PDF must not contain an XML attachment. Ideally the PDF conforms to the PDF/A-3b, if not, conversion is attempted. Please note that PDF format conversion may fail due to various technical reason. ## Submit Instalment Bill - [POST /api/v1/business-cases/instalment-bill](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/instalmentbill.md): This operation accepts a PDF along with the business case information, which is to be included as XML attachment. The provided PDF must not contain an XML attachment. Ideally the PDF conforms to the PDF/A-3b, if not, conversion is attempted. Please note that PDF format conversion may fail due to various technical reason. ## Submit Instalment Bill - [POST /api/v1/business-cases/instalment-bill/multipart](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/instalmentbillmultipart.md): This operation accepts a PDF along with the business case information, which is to be included as XML attachment. The provided PDF must not contain an XML attachment. Ideally the PDF conforms to the PDF/A-3b, if not, conversion is attempted. Please note that PDF format conversion may fail due to various technical reason. ## Submit Donation Inquiry - [POST /api/v1/business-cases/donation-inquiry](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/donationinquiry.md): This operation accepts a PDF along with the business case information, which is to be included as XML attachment. The provided PDF must not contain an XML attachment. Ideally the PDF conforms to the PDF/A-3b, if not, conversion is attempted. Please note that PDF format conversion may fail due to various technical reason. ## Submit Donation Inquiry - [POST /api/v1/business-cases/donation-inquiry/multipart](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/donationinquirymultipart.md): This operation accepts a PDF along with the business case information, which is to be included as XML attachment. The provided PDF must not contain an XML attachment. Ideally the PDF conforms to the PDF/A-3b, if not, conversion is attempted. Please note that PDF format conversion may fail due to various technical reason. ## Submit Credit Note - [POST /api/v1/business-cases/credit-note](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/creditnote.md): This operation accepts a PDF along with the business case information, which is to be included as XML attachment. The provided PDF must not contain an XML attachment. Ideally the PDF conforms to the PDF/A-3b, if not, conversion is attempted. Please note that PDF format conversion may fail due to various technical reason. ## Submit Credit Note - [POST /api/v1/business-cases/credit-note/multipart](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/creditnotemultipart.md): This operation accepts a PDF along with the business case information, which is to be included as XML attachment. The provided PDF must not contain an XML attachment. Ideally the PDF conforms to the PDF/A-3b, if not, conversion is attempted. Please note that PDF format conversion may fail due to various technical reason. ## Submit bill - [POST /api/v1/business-cases/bill](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/bill.md): This operation accepts a PDF along with the business case information, which is to be included as XML attachment. The provided PDF must not contain an XML attachment. Ideally the PDF conforms to the PDF/A-3b, if not, conversion is attempted. Please note that PDF format conversion may fail due to various technical reason. ## Submit bill - [POST /api/v1/business-cases/bill/multipart](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/billmultipart.md): This operation accepts a PDF along with the business case information, which is to be included as XML attachment. The provided PDF must not contain an XML attachment. Ideally the PDF conforms to the PDF/A-3b, if not, conversion is attempted. Please note that PDF format conversion may fail due to various technical reason. ## Submit advice - [POST /api/v1/business-cases/advice](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/advice.md): This operation accepts a PDF along with the business case information, which is to be included as XML attachment. The provided PDF must not contain an XML attachment. Ideally the PDF conforms to the PDF/A-3b, if not, conversion is attempted. Please note that PDF format conversion may fail due to various technical reason. ## Submit advice - [POST /api/v1/business-cases/advice/multipart](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/advicemultipart.md): This operation accepts a PDF along with the business case information, which is to be included as XML attachment. The provided PDF must not contain an XML attachment. Ideally the PDF conforms to the PDF/A-3b, if not, conversion is attempted. Please note that PDF format conversion may fail due to various technical reason. ## Get business case - [GET /api/v1/business-cases/{businessCaseId}](https://apis.codeblock.ch/dibito/api-docs/10-business-cases/getbusinesscase.md): Depending on the accept header, this operation either returns a JSON business case object or the PDF document (PDF/A-3b. The returned JSON object contains one of the business case subtypes: Bill, InstalmentBill, Reminder, CreditNote, Advice or DonationInquiry.