View | Details | Raw Unified | Return to bug 15165
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/accountline.json (-3 lines)
Lines 48-56 Link Here
48
    },
48
    },
49
    "manager_id": {
49
    "manager_id": {
50
      "description": "Borrowernumber of user that created the account line"
50
      "description": "Borrowernumber of user that created the account line"
51
    },
52
    "meansofpayment": {
53
      "description": "Means of payment"
54
    }
51
    }
55
  }
52
  }
56
}
53
}
(-)a/api/v1/swagger/paths/accountlines.json (-4 lines)
Lines 62-70 Link Here
62
              },
62
              },
63
              "note": {
63
              "note": {
64
                "description": "Accountline note"
64
                "description": "Accountline note"
65
              },
66
              "meansofpayment": {
67
                "description": "Means of payment"
68
              }
65
              }
69
            }
66
            }
70
          }
67
          }
71
- 

Return to bug 15165