Code | Description |
---|---|
401 | Unauthorized |
403 | Forbidden |
404 | Invoice Id Not Found |
422 | Unprocessable Entity. |
Param name | Description |
---|---|
id required |
Invoice Id Validations:
|
Code | Description |
---|---|
401 | Unauthorized |
403 | Forbidden |
422 | Unprocessable Entity |
Param name | Description |
---|---|
invoice_ids required |
Invoice Ids Validations:
|
Code | Description |
---|---|
401 | Unauthorized |
403 | Forbidden |
404 | Invoice Id Not Found |
422 | Unprocessable Entity |
Param name | Description |
---|---|
notes optional |
Payment Notes Validations:
|
Code | Description |
---|---|
401 | Unauthorized |
403 | Forbidden |
Param name | Description |
---|---|
begin_date optional |
Begin date Validations:
|
end_date optional |
End date (inclusive) Validations:
|
country_scope optional |
Validations:
|
payment_state optional |
Validations:
|
Code | Description |
---|---|
401 | Unauthorized |
403 | Forbidden |
Param name | Description |
---|---|
begin_date optional |
Begin date Validations:
|
end_date optional |
End date (inclusive) Validations:
|
country_scope optional |
Validations:
|
Code | Description |
---|---|
401 | Unauthorized |
403 | Forbidden |
404 | User Not Found |
Param name | Description |
---|---|
user_id required |
User Id Validations:
|
There are 4 kinds of error messages for now. Those messages comes under base
attribute in JSON. Those errors are: invoice_profile_needs_to_be_created
, invoice_profile_has_required_fields
dutch_citizen_cannot_create_invoice
, transaction_not_found
Code | Description |
---|---|
401 | Unauthorized |
403 | Forbidden |
404 | User Not Found |
422 | Unprocessable Entity |
Param name | Description |
---|---|
user_id required |
User Id Validations:
|
from_accountant optional |
Tells that if user is accountant or not. Validations:
|
Code | Description |
---|---|
401 | Unauthorized |
403 | Forbidden |
404 | User Id Not Found |
404 | Invoice Id Not Found |
Param name | Description |
---|---|
user_id required |
User id Validations:
|
id required |
Invoice Id Validations:
|