The Allocadia service will undergo system maintenance on Saturday, October 16, 2021 from 11:00-13:00 Pacific Time (other time zones). During this time there will be a few minutes where Allocadia is not available. We apologize for the inconvenience.
As part of this maintenance we will be updating the Allocadia API to include a new attribute, however this will not change any existing functionality. In the next API version (V1.7.4), there will be a new `persistentId` attribute on Line Item objects and will be modifiable as described below. This attribute is intended to help API users identify line items that span multiple hierarchies.
The following calls will be updated to include this new attribute for all line items:
GET /budgets/{budgetId}/lineitems
GET /lineitems
GET /budgets/{budgetId}/lineitems/{lineItemId}
GET /lineitems/{lineItemId}
GET /budgets/{budgetId}/lineitems/{lineItemId}/tree
GET /lineitems/{lineItemId}/tree
In addition, the "persistentId" can be modified by including this property to the request body of the following calls:
PUT /budgets/{budgetId}/lineitems/{lineItemId}
PUT /lineitems/{lineItemId}
Please contact Support with any questions or concerns.
Comments
Please sign in to leave a comment.