[Calendar] Chỉnh sửa lịch đơn vị - duyit2405/portal-app GitHub Wiki
Request
-
Method: POST
-
URL: /api/Calendar/EditOrganizationEvent
-
FULL URL WITH SERVER: http://vsn.thenhan.com/api/Calendar/EditOrganizationEvent
-
Note For URL:
-
Header:
Authorization:Bearer {access_token}
-
Description: API chỉnh sửa lịch đơn vị
-
Note For Response:
Parameter URL: N/A
- Post Data:
{
"ID": 2122,
"Title": "Lịch tuần [[edited]",
"Type": "info",
"ExternalMeetingRoom": "Phòng họp ngoài",
"NoticeAt": "2017-10-26T07:00:00+07:00",
"StartAt": "2017-10-26T08:00:00+07:00",
"EndAt": "2017-10-26T17:00:00+07:00",
"LastEditorDetail": {
"BusinessEntityID": 583
},
"ChairmanDetail": {
"BusinessEntityID": 21
},
"PreparatorDetails": [
{
"BusinessEntityID": 21
}
],
"ParticipantDetails": [
{
"BusinessEntityID": 21
}
],
"GuestDetails": [
{
"BusinessEntityID": 21
}
],
"ViewerDetails": [],
"ExternalChairman": "",
"ExternalPreparators": "",
"ExternalParticipants": "Người tham gia ngoài",
"ExternalGuests": "",
"OwnerDetail": {
"BusinessEntityID": 583
},
"OrganizationDetail": {
"BusinessEntityID": 584
},
"CalendarType": 1,
"isEditing": true,
"ParticipantIDs": [ 21 ],
"ChairmanID": 21,
"PreparatorIDs": [ 21 ],
"GuestIDs": [ 21 ],
"externalGuests": "",
"externalParticipants": "Người tham gia ngoài",
"externalPreparators": "",
"MeetingRoomID": null
}
- Response: N/A