all tests works...
This commit is contained in:
@@ -49,6 +49,14 @@ type SetDepartmentActivity struct {
|
||||
CostCenter *string `json:"cost_center"`
|
||||
}
|
||||
|
||||
type DeleteDepartmentRequest struct {
|
||||
ID int `json:"id"`
|
||||
}
|
||||
|
||||
type DeleteGLAccountRequest struct {
|
||||
ID int `json:"id"`
|
||||
}
|
||||
|
||||
type GLAccount struct {
|
||||
ID int `json:"id"`
|
||||
Code string `json:"code"`
|
||||
|
||||
Reference in New Issue
Block a user