POST
api/v1/edit-calendar-task
Request Information
Body Parameters
CalendarTask| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId | integer |
None. |
|
| Title | string |
None. |
|
| Start | date |
None. |
|
| End | date |
None. |
|
| IsFullDay | boolean |
None. |
|
| Description | string |
None. |
|
| AssignBy | integer |
None. |
|
| AssignTo | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| IsEvent | string |
None. |
|
| ClientId | integer |
None. |
|
| AssignedToName | string |
None. |
|
| UserTypeId | integer |
None. |
|
| ChildSellerId | integer |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
{
"TaskId": 1,
"Title": "sample string 2",
"Start": "2026-02-04T11:10:16.4495144+00:00",
"End": "2026-02-04T11:10:16.4495144+00:00",
"IsFullDay": true,
"Description": "sample string 4",
"AssignBy": 5,
"AssignTo": 6,
"CreatedBy": 7,
"CreatedOn": "2026-02-04T11:10:16.4495144+00:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-02-04T11:10:16.4495144+00:00",
"IsEvent": "sample string 9",
"ClientId": 10,
"AssignedToName": "sample string 11",
"UserTypeId": 12,
"ChildSellerId": 13,
"UserName": "sample string 14"
}
text/html
{"TaskId":1,"Title":"sample string 2","Start":"2026-02-04T11:10:16.4495144+00:00","End":"2026-02-04T11:10:16.4495144+00:00","IsFullDay":true,"Description":"sample string 4","AssignBy":5,"AssignTo":6,"CreatedBy":7,"CreatedOn":"2026-02-04T11:10:16.4495144+00:00","ModifiedBy":1,"ModifiedOn":"2026-02-04T11:10:16.4495144+00:00","IsEvent":"sample string 9","ClientId":10,"AssignedToName":"sample string 11","UserTypeId":12,"ChildSellerId":13,"UserName":"sample string 14"}
application/xml, text/xml
<CalendarTask xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Calendar"> <AssignBy>5</AssignBy> <AssignTo>6</AssignTo> <AssignedToName>sample string 11</AssignedToName> <ChildSellerId>13</ChildSellerId> <ClientId>10</ClientId> <CreatedBy>7</CreatedBy> <CreatedOn>2026-02-04T11:10:16.4495144+00:00</CreatedOn> <Description>sample string 4</Description> <End>2026-02-04T11:10:16.4495144+00:00</End> <IsEvent>sample string 9</IsEvent> <IsFullDay>true</IsFullDay> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2026-02-04T11:10:16.4495144+00:00</ModifiedOn> <Start>2026-02-04T11:10:16.4495144+00:00</Start> <TaskId>1</TaskId> <Title>sample string 2</Title> <UserName>sample string 14</UserName> <UserTypeId>12</UserTypeId> </CalendarTask>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: boolean
Response Formats
application/json, text/json, text/html
true
application/xml, text/xml
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
