[Calendar] Chỉnh sửa lịch cá nhân - duyit2405/portal-app GitHub Wiki
Request
-
Method: POST
-
URL: /api/Calendar/EditPersonalEvent
-
FULL URL WITH SERVER: http://vsn.thenhan.com/api/Calendar/EditPersonalEvent
-
Note For URL:
-
Header:
Authorization:Bearer {access_token}
-
Description: API chỉnh sửa lịch cá nhân
-
Note For Response:
Parameter URL: N/A
- Post Data:
{
"SharedViewerIDs":[585],
"title":"Cuộc hop 111",
"meetingRoomID":null,
"externalMeetingRoom": "Phòng họp ngoài",
"type": "success",
"noticeAt":"2018-01-26T08:00:00+07:00",
"content": "Nội dung họp",
"startAt":"2018-01-26T08:00:00+07:00",
"endAt": "2018-01-26T08:00:00+07:00",
"ID":2208
}
- Response: