CalendarController
Base route: crm/calendar
| Namespace | Axiom.App.Crm.Api.Controllers.Calendar |
|---|---|
| Base Route | crm/calendar |
| Security | Required |
Endpoints
| Method | Route | Method Name | Parameters | Return Type |
|---|---|---|---|---|
| Post | crm/calendar |
Post | calendarEvent: CalendarEvent | CalendarEvent |
| Patch | crm/calendar/{calendarId:int} |
HttpPatch | patch: JsonPatchDocument, calendarId: int | bool |
| Delete | crm/calendar/bool |
int calendarEventId | None | DeleteEvent |
Detailed Endpoint Information
Post
crm/calendar
Post
Return Type
CalendarEvent
Parameters
| Name | Type | Source | Optional |
|---|---|---|---|
calendarEvent |
CalendarEvent |
FromBody | No |
Patch
crm/calendar/{calendarId:int}
HttpPatch
Return Type
bool
Parameters
| Name | Type | Source | Optional |
|---|---|---|---|
patch |
JsonPatchDocument |
FromBody | No |
calendarId |
int |
Query | No |
Delete
crm/calendar/bool
int calendarEventId
Return Type
DeleteEvent
Parameters
No parameters