Skip to content

OrganizationController.cs #28

@wahidustoz

Description

@wahidustoz

Create OrganizationController.cs

  • Should be Authorized at Controller level
  • /organizations GET should return organizations for current user only, should not include invoices and contacts
  • /organizations POST should create an organization
  • /organization/{id} POST should update the organization
  • /organization/{id}/remove GET should delete the organization
  • /organization/{id} should return single organization with all its contacts and invoices
  • should validate all ViewModels
  • should log everything

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions