Sign in

Update template

documented

Update an invoice template.

PATCH /v1/invoicing/templates/{template_id}Invoicingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.paypal.com/v1/invoicing/templates/{{$template_id}}" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "default": {{$default}}, "settings": {{$settings}}, "unit_of_measure": "{{$unit_of_measure}}", "template_data": {{$template_data}}}'
Update template · PayPal · OpenIntegrations