Skip to main content

History

7/16/2024

  • Added an endpoint to update Quote Part Line Item Custom Fields.
    • This also enables reading Quote Part Line Item Custom Fields when retrieving line item data.
  • Added an endpoint to update Quote Custom Fields.
    • This also enables reading Quote Custom Fields when retrieving quote data.

6/25/2024

6/18/2024

  • Added Equipment List for retrieving a list of equipment.
  • Added Equipment Get for retrieving a piece of equipment.
  • Added Department List for retrieving a list of departments.
  • Added Department Get for retrieving a department.
  • Added WorkCenter List for retrieving a list of workcenters.
  • Added WorkCenter Get for retrieving a workcenter.
  • Added JobTracking Get for retrieving job progression and status information. This can be used to get a bird's-eye view of the job, including current operation(s), next operation(s) and estimates vs actuals so users have visibility into their shop floor.
  • Added Job Operation List for retrieving all operations for a job with related item to make and operation details.
  • Added OriginalScheduledStartUtc, OriginalScheduledEndUtc, ScheduledStartUtc and ScheduledEndUtc to all endpoints that return jobs. Affects Job List, Job Get and JobTracking Get

5/21/2024

  • Added Attachment for adding an attachment to an entity.
  • Added Remote Attachment adding an attachment to an entity from a remote file location.

5/14/2024

4/23/2024

4/18/2024

4/5/2024

3/28/2024

3/12/2024

3/1/2024

2/23/2024

2/15/2024

2/14/2024

  • Added Paid Date to Invoice Update Status method for setting the paidDate property on an invoice
  • Added Item Routing Operation Batch for bulk applying operations to an item. Of note, this is geared towards nuance associated to continuous flow whereby operation order must be unique (no overlaps) but it can still be used if continuous flow is not enable. This will allow for bulk re-ordering operations, updating the existing operations where applicable, adding operations where they do not currently exist and removing no longer applicable operations.

2/13/2024

  • Added Gauge Code for acquiring a gauge code that exists in Fulcrum tags.
  • Added Gauge Code List for searching for gauge codes that exists in Fulcrum tags.
  • Added Grade Code for acquiring a grade codes that exists in Fulcrum tags.
  • Added Grade Code List for searching for grade codes that exists in Fulcrum tags.
  • Added Material Code for acquiring a material codes that exists in Fulcrum tags.
  • Added Material Code List for searching for material codes that exists in Fulcrum tags.
  • Added Shape Code for acquiring a shape codes that exists in Fulcrum tags.
  • Added Shape Code List for searching for shape codes that exists in Fulcrum tags.
  • Updated Item Create to includes more fields (gauge, materialCode, shape, grade, height, length and width).
  • Added Item Update for updating an item. Minimal subset of fields.

1/29/2024

1/26/2024

1/16/2024

12/13/2023

12/12/2023

12/7/2023

11/13/2023

  • Updated the Invoice endpoints to include 'Total', 'Subtotal', and 'NotesToCustomer' fields.

9/26/2023

9/12/2023

9/5/2023

  • Scheduled start time, scheduled end time, and scheduled equipment ID added to the job item-to-make operation List/Read
  • Deprecated the status field in favour of statuses in the request body schema for [job List][api-schema#tag/Job/operation/ListJob] so that more than 1 job status can be filtered for at a time. status is Scheduled for removal EOD 2023-10-31.
  • Added the hasIncompleteOperations in the request body schema for [job List][api-schema#tag/Job/operation/ListJob] to filter for jobs with incomplete operations.

8/22/2023

8/15/2023

  • Deleted indicators added to Sales Order, Invoice and Purchase Order objects. While /list endpoints do not return deleted entities, you can still GET a deleted entity by it's Id. Having an indicator on the object will help your applications decide whether they can still make changes to that entity.

8/8/2023

  • The Items List endpoint has been versioned. The new V2 Item List endpoint has a more robust item number matching options than the simple "contains" method of the original endpoint.

8/1/2023

7/25/2023

  • Added ShipByDate to available filters as well as the response object of Shipments list.

7/18/2023

7/12/2023

5/1/2023

  • Initial release