Person query name improvement
August 9th, 2021
In the person query following queries will be DEPRECATED and are renamed with the new ones. Kindly replace them with the new ones.
  1. allPeople -> people
  2. allPeopleDownload -> downloadPeople
  3. getPerson -> person
  4. personPaymentCreate -> createPersonPayment
  5. personPaymentDelete -> deletePersonPayment
Additionally, "myPeople" query will be DEPRECATED. Use "my" boolean argument in "people" query and set the value as true to get the current user's managed data.

The default value for "my" boolean argument is false.

Apart from the following mentioned details all the arguments and functionalities are intact.
  1. For person query,
    • id is made a required argument.
  2. For createPersonPayment query,
    • id is made a required argument.
    • created_by and action_for argument are removed as it is not used for making any change in the person record.
  3. For deletePersonPayment query,
    • id is made a required argument.
X
Crafted by