Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

upsertTEI using strategy=CREATE_AND_UPDATE

Compare
Choose a tag to compare
@taylordowns2000 taylordowns2000 released this 30 Oct 06:57

New helper function:

/**
 * Create or update one or many new Tracked Entity Instances
 * @public
 * @example
 * upsertTEI(data)
 * @constructor
 * @param {object} data - Payload data for new/updated tracked entity instance(s)
 * @returns {Operation}
 */