Security
customer_id and application_id and service_id and service_version_id and client_ct and client_object_id and client_secret
POST
curl -i -X POST \
https://dev.api.pigello.io/accounting/bookkeeping/verificationgroup/list/ \
-H 'Content-Type: application/json' \
-H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE' \
-d '[
{
"name": "string",
"confirmation_date": "2019-08-24",
"custom_id": "string",
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}
]'Successful bulk create/update
Array []
Additional Validation Information:
Enum Descriptions:
0- Verification Date1- Generation Date2- Bookkept Instance3- Bookkept Instance Verification Date4- Bookkept Instance Generation Date5- Bookkept Instance Invoice6- Bookkept Instance Type Verification Date7- Bookkept Instance Type Generation Date
Enum:01234567
Additional Validation Information:
Enum Descriptions:
0- Invoice1- Debt Invoice2- Payment3- Vacancy Invoice
Enum:0123
Response
[ { "grouped_on_vacancy_invoice": { … }, "grouping_method": 0, "grouped_on_payment": { … }, "name": "string", "created_at": "2019-08-24T14:15:22Z", "confirmation_date": "2019-08-24", "grouped_on_invoice": { … }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "custom_id": "string", "pending_monitor_approval_amount": null, "organization": { … }, "tags": null, "company": { … }, "grouping_date": "2019-08-24", "grouped_on_type": 0, "grouped_on_debt_invoice": { … }, "customer_columns": null } ]