You need to add a filter parameter to your GET request. This parameter has to be a JSON array of objects. Please refer to the filters main section to see how to build correctly the filter parameter.
Allowed filter combinations for estimates
Field | Description | Value(s) | Available operators |
---|---|---|---|
status | The estimate status | Look at the estimate status values below |
|
source | The estimate source | Look at the estimate source values below |
|
customer_id | The estimate customer id | String |
|
currency_amount | The estimate amount in currency | String |
|
currency_amount_before_tax | The estimate amount before tax in currency | String |
|
amount | The estimate amount in euros | String |
|
date | The estimate issue date | String (ISO 8601) |
|
deadline | The estimate expiration date | String (ISO 8601) |
|
List of estimate status values
Value | Description |
---|---|
| An estimate waiting to be denied or accepted |
| An estimate that has been accepted |
| An estimate that has been denied |
List of estimate source values
Value | Description |
---|---|
| An estimate coming from Pennylane estimate editor |
| An estimate created by Pennylane API |