updateNotes(number: string, notes: string): Promise<Fragment> {
    const path = createFragmentPath(number, 'notes')
    return this.apiClient
      .postJson(path, {
        notes: notes,