Setting

Update invoice settings

Use this BillingServ API endpoint to update invoice settings. Review the response for the operation result or validation errors.

post/setting/invoice

Request body

prefixstring
orderReturnURLstring uri
startNumberinteger
paymentsDueinteger
lateFeesnumber
lateFeesTaxinteger
remindersinteger
reminders4suspendinteger
days2sendinteger
total-orderstring[]
defaultCurrencyinteger
currencystring[]
exchangeratenumber
companyRegistrationstring
fixedDiscountboolean
discountCodeboolean

Response

OK

successboolean

Changes

Changed in 1 of the 6 revisions of this API.128

  • 6b9208b64456128See the full diff
    • the vat request property type/format changed from integer/ to object/

      request-property-type-changed

    • removed the request property vat.name

      request-property-removed

    • removed the request property vat.number

      request-property-removed

    • added the new optional request property vat/name

      new-optional-request-property

    • added the new optional request property vat/number

      new-optional-request-property

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property code to the response with the 403 status

      response-optional-property-added

    • added the optional property code to the response with the 422 status

      response-optional-property-added

    • added the optional property request_id to the response with the 401 status

      response-optional-property-added

    • added the optional property request_id to the response with the 403 status

      response-optional-property-added

    • added the optional property request_id to the response with the 422 status

      response-optional-property-added