Changelog

Version 1.5.59

  • /customerinvoice/{customerinvoice_id}/rows/: Field: IsTaxReductionBasis now returns correct value

Version 1.5.58

  • /customerinvoice/{customerinvoice_id}/rows/: Correct type of field: RevenueProjectNo(GET)

Version 1.5.57

  • /deliverynote/: Add fields: startlocationtext and stoplocationtext (GET; POST; PUT)
    /workorder/: Add fields: startlocationtext and stoplocationtext (GET; POST; PUT)
    /additionalworkorder/: Add fields: startlocationtext and stoplocationtext (GET; POST; PUT)
    /workorderdespatch/: Add fields: startlocationtext and stoplocationtext (GET)
  • /journal/: Add endpoints (POST; PUT)
    /journal/weather/: Add endpoints (POST; PUT)
    /journal/workforce/: Add endpoints (POST; PUT)
    /journal/document/: Add endpoints (POST)
    /journalnote/: Move GET endpoints to /journal/note
    /journal/notes: Add endpoints (POST;PUT)

Version 1.5.56

  • /bookedhours/: Renamed field: attestedtime to attesttime

Version 1.5.55

  • /customerinvoice/{customerinvoice_id}/taxreductions/: Allow null for fields WorkType and WorkTypeId
  • Added endpoint POST /bookedhours/attesthours to attest booked hours.
    /bookedhours/: Add fields: attested, approved to PUT endpoint.
    /bookedhours/: Add fields: attestedtime, approvedtime, approvedfullname to GET endpoints.
  • /projectoverview/: A new column Current CM into Project Overview
  • /type/customfield/: Add field code

Version 1.5.54

  • /pricelist/article/: Add field ownerprojectid
    /workorderrow/: Add field ownerprojectid
    /workorderrow/: Deprecated field creditprojectid, replaced by ownerprojectid. The field creditprojectid will function as expected for the foreseeable future, but will be removed in a future release.
  • /project/settings/: Added new GET endpoint to list project setting values.

Version 1.5.53

  • /supplier/: Add field preferred
  • /workorder/: Add field deliverynotereference*
  • /project/: Added fields CustomerRef2, OrderNo, ContractNo (POST; PUT; GET)
    /workorder/: Added fields CustomerRef2, OrderNo, ContractNo (POST; PUT; GET)
    /additionalworkorder/: Added fields CustomerRefNo, CustomerRef2, OrderNo, ContractNo (POST; PUT; GET)
  • /customer/documents/: Added POST and GET endpoints
    /supplier/documents/: Added POST and GET endpoints

Version 1.5.52

  • /voucher/row/: Add field invoiceattachment
  • /voucher/row/: Updated documentation for the delete endpoint.
  • /additionalworkorder/{additionalworkorder_id}/despatch/: Added POST, PUT and GET endpoints
  • Max length for URL on document schemas has been updated from 255 to 2082 characters.
  • /voucherrow/: Request rate limit has been removed
  • Move Delivery Notes from WorkOrder to its own instance
  • /user/: Added field birthdate
  • /additionalworkorder/: Added fields servicemanid and servicemanname (POST; PUT; GET)
  • Updated description on organizationno fields in various schemas.

Version 1.5.51

  • /voucher/row/: Request rate limit for POST has been removed

Version 1.5.50

  • This release only contains internal changes