Nest Changelog

1.34.0 PRE

7/10/2023

1.34.1 PRE

7/10/2023

POST /users/{userId}/account/add-phase

Request Body
{
  durationDays?: number,
  initiatedBy: {
    id?: number,
  },
- internalNote?: string,

planId: number, - publicNote?: string, - reason?: {

code?: 'competitor' | 'healthIssues' | 'notMetExpectations' | 'pricing' | 'noLongerHaveEquipment' | 'busy' | 'other' | 'planChange', message?: string, }, startDate: number, }

POST /users/{userId}/account/add-phase

Request Body
{
  durationDays?: number,
  initiatedBy: {
    id?: number,
  },

+ internalNote: string, planId: number,

+ publicNote: string, + reason: { code?: 'competitor' | 'healthIssues' | 'notMetExpectations' | 'pricing' | 'noLongerHaveEquipment' | 'busy' | 'other' | 'planChange', message?: string, }, startDate: number, }
WORK IN PROGRESS