Security
customer_id and application_id and service_id and service_version_id and client_ct and client_object_id and client_secret
PATCH
curl -i -X PATCH \
'https://dev.api.pigello.io/accounting/pdf/invoicerelatedpdfconfiguration/{pk}/' \
-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 '{
"company": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"action_date_title": "string",
"company_vat_registered_title": "string",
"vacancy_invoice_title": "string",
"company_vat_code_title": "string",
"contact_information": "string",
"action_period_title": "string",
"vat_base_sum_title": "string",
"credit_total_value_title": "string",
"credit_invoice_title": "string",
"our_reference": "string",
"custom_id": "string",
"payment_terms_complaint_description": "string",
"marking_title": "string",
"autogiro_title_suffix": "string",
"invoice_title": "string",
"payment_pg_title": "string",
"payment_receiver_title": "string",
"is_active": true,
"space_reference_setting": [
null
],
"hide_gln_number": true,
"payment_terms_title": "string",
"row_net_title": "string",
"contact_email": "user@example.com",
"contact_phone": "string",
"company_vat_approved_title": "string",
"contact_website": "string",
"total_value_title": "string",
"contract_sum_title": "string",
"company_org_no_title": "string",
"autogiro_ocr_number_title": "string",
"payment_from_other_action_title": "string",
"your_reference_title": "string",
"company_location_title": "string",
"contract_title": "string",
"hide_vat_code": true,
"payment_bg_title": "string",
"reminder_title": "string",
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"contact_information_title": "string",
"autogiro_total_value_title": "string",
"debt_reminder_title": "string",
"expiration_date_title": "string",
"invoice_row_specification_title": "string",
"vat_sum_title": "string",
"ocr_number_title": "string",
"non_rental_invoice_title": "string"
}'Successful update
Response
{ "company": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "action_date_title": "string", "company_vat_registered_title": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "vacancy_invoice_title": "string", "created_at": "2019-08-24T14:15:22Z", "company_vat_code_title": "string", "contact_information": "string", "action_period_title": "string", "vat_base_sum_title": "string", "credit_total_value_title": "string", "credit_invoice_title": "string", "our_reference": "string", "custom_id": "string", "payment_terms_complaint_description": "string", "marking_title": "string", "autogiro_title_suffix": "string", "invoice_title": "string", "payment_pg_title": "string", "payment_receiver_title": "string", "is_active": true, "space_reference_setting": [ null ], "hide_gln_number": true, "payment_terms_title": "string", "row_net_title": "string", "contact_email": "user@example.com", "contact_phone": "string", "company_vat_approved_title": "string", "contact_website": "string", "total_value_title": "string", "contract_sum_title": "string", "company_org_no_title": "string", "tags": null, "autogiro_ocr_number_title": "string", "customer_columns": null, "payment_from_other_action_title": "string", "your_reference_title": "string", "company_location_title": "string", "contract_title": "string", "hide_vat_code": true, "payment_bg_title": "string", "reminder_title": "string", "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "contact_information_title": "string", "autogiro_total_value_title": "string", "debt_reminder_title": "string", "expiration_date_title": "string", "invoice_row_specification_title": "string", "vat_sum_title": "string", "ocr_number_title": "string", "non_rental_invoice_title": "string" }