Quaderno integration (Finance, Developer Tools). Imported from open-connector.
https://quadernoapp.com/api/authorization
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | optional | A case-sensitive search query accepted by Quaderno. |
| processor_id | string | optional | The external payment processor ID. |
/contacts/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The Quaderno object ID. |
| input | string | required | Path parameter: input |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| contact | object | optional | The Quaderno contact fields to create or update. |
/contacts/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | The Quaderno object ID. |
| contact | object | optional | The Quaderno contact fields to create or update. |
| input | string | required | Path parameter: input |
/contacts/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The Quaderno object ID. |
| input | string | required | Path parameter: input |
/items
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | optional | A case-sensitive search query accepted by Quaderno. |
/items/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The Quaderno object ID. |
| input | string | required | Path parameter: input |
/items
| Param | Type | Required | Description |
|---|---|---|---|
| product | object | optional | The Quaderno product fields to create or update. |
/items/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | The Quaderno object ID. |
| product | object | optional | The Quaderno product fields to create or update. |
| input | string | required | Path parameter: input |
/items/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The Quaderno object ID. |
| input | string | required | Path parameter: input |
/tax_rates/calculate
| Param | Type | Required | Description |
|---|---|---|---|
| from_country | string | optional | The seller's two-letter ISO country code. |
| from_postal_code | string | optional | The seller's ZIP or postal code. |
| to_country | string | required | The customer's two-letter ISO country code. |
| to_postal_code | string | optional | The customer's ZIP or postal code. |
| to_city | string | optional | The customer's city. |
| to_street | string | optional | The customer's street address. |
| tax_id | string | optional | The customer's tax identification number. |
| tax_code | string | optional | The transaction tax code. |
| tax_behavior | string | optional | Whether the price includes tax. |
| product_type | string | optional | Whether the product is a good or service. |
| date | string | optional | The transaction date. Defaults to today in Quaderno. |
| amount | string | optional | The transaction amount. |
| currency | string | optional | The three-letter ISO 4217 currency code. |