Billy-Pennylane API Documentation
accounting
customerInvoice
- POSTLink the customer invoice to the credit note
- POSTImport a customer invoice
- GETGet the customer invoices
- POSTCreate a customer invoice
- GETList the categories of the customer invoice
- PUTUpdate the categories of a customer invoice
- GETGet the customer invoice
- PUTUpdate the finalized customer invoice
- GETGet the customer invoice lines
- GETGet the customer invoice matched transactions
- GETGet the customer invoice payments
- GETGet the customer invoice line section
- PUTUpdate an imported customer invoice
changelog
supplierInvoice
customer
fileAttachment
customer
Create the individual
POST
/
individual_customers
Copy
Ask AI
{
"id": 123,
"name": "<string>",
"url": "<string>",
"billing_iban": "<string>",
"payment_conditions": "upon_receipt",
"phone": "<string>",
"recipient": "<string>",
"reference": "<string>",
"notes": "<string>",
"ledger_account": {
"id": 123,
"url": "<string>"
},
"emails": [
"<string>"
],
"billing_address": {
"address": "<string>",
"postal_code": "<string>",
"city": "<string>",
"country_alpha2": "ZZ"
},
"delivery_address": {
"address": "<string>",
"postal_code": "<string>",
"city": "<string>",
"country_alpha2": "ZZ"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"first_name": "<string>",
"last_name": "<string>",
"external_reference": "<string>"
}
Body
application/json
Body
The body is of type object
.
Response
201
application/json
201
The response is of type object
.
Copy
Ask AI
{
"id": 123,
"name": "<string>",
"url": "<string>",
"billing_iban": "<string>",
"payment_conditions": "upon_receipt",
"phone": "<string>",
"recipient": "<string>",
"reference": "<string>",
"notes": "<string>",
"ledger_account": {
"id": 123,
"url": "<string>"
},
"emails": [
"<string>"
],
"billing_address": {
"address": "<string>",
"postal_code": "<string>",
"city": "<string>",
"country_alpha2": "ZZ"
},
"delivery_address": {
"address": "<string>",
"postal_code": "<string>",
"city": "<string>",
"country_alpha2": "ZZ"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"first_name": "<string>",
"last_name": "<string>",
"external_reference": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.