POST api/ScheduleNote

Insert Update Schedule Note

Request Information

URI Parameters

None.

Body Parameters

EventScheduleNoteSaveRequestModel
NameDescriptionTypeAdditional information
ApiToken

string

None.

ScheduleNoteID

integer

None.

TaskStatusID

integer

None.

StartDate

date

None.

EndDate

date

None.

AssignedUserID

integer

None.

AssignedCompanyID

integer

None.

NoteTitle

string

None.

Description

string

None.

IsJob

integer

None.

LocalTimeZone

string

None.

TimeZoneFraction

string

None.

CompanyLocalTimeZone

string

None.

IsShowToCalendar

integer

None.

IsEnableTaskReminder

integer

None.

ReminderDateTime

date

None.

ContactType

integer

None.

ContactLeadID

integer

None.

ContactCustomerID

integer

None.

OpportunityID

integer

None.

UserID

integer

None.

TaggedUser

string

None.

Request Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "apiToken": "sample string 1",
  "scheduleNoteID": 1,
  "taskStatusID": 1,
  "startDate": "2025-07-17T03:59:34.0054876+00:00",
  "endDate": "2025-07-17T03:59:34.0054876+00:00",
  "assignedUserID": 1,
  "assignedCompanyID": 1,
  "noteTitle": "sample string 2",
  "description": "sample string 3",
  "isJob": 1,
  "localTimeZone": "sample string 4",
  "timeZoneFraction": "sample string 5",
  "companyLocalTimeZone": "sample string 6",
  "isShowToCalendar": 1,
  "isEnableTaskReminder": 1,
  "reminderDateTime": "2025-07-17T03:59:34.0054876+00:00",
  "contactType": 1,
  "contactLeadID": 1,
  "contactCustomerID": 1,
  "opportunityID": 1,
  "userID": 1,
  "taggedUser": "sample string 7"
}

application/xml, text/xml

Sample:
<EventScheduleNoteSaveRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.RequestModel">
  <ApiToken>sample string 1</ApiToken>
  <AssignedCompanyID>1</AssignedCompanyID>
  <AssignedUserID>1</AssignedUserID>
  <CompanyLocalTimeZone>sample string 6</CompanyLocalTimeZone>
  <ContactCustomerID>1</ContactCustomerID>
  <ContactLeadID>1</ContactLeadID>
  <ContactType>1</ContactType>
  <Description>sample string 3</Description>
  <EndDate>2025-07-17T03:59:34.0054876+00:00</EndDate>
  <IsEnableTaskReminder>1</IsEnableTaskReminder>
  <IsJob>1</IsJob>
  <IsShowToCalendar>1</IsShowToCalendar>
  <LocalTimeZone>sample string 4</LocalTimeZone>
  <NoteTitle>sample string 2</NoteTitle>
  <OpportunityID>1</OpportunityID>
  <ReminderDateTime>2025-07-17T03:59:34.0054876+00:00</ReminderDateTime>
  <ScheduleNoteID>1</ScheduleNoteID>
  <StartDate>2025-07-17T03:59:34.0054876+00:00</StartDate>
  <TaggedUser>sample string 7</TaggedUser>
  <TaskStatusID>1</TaskStatusID>
  <TimeZoneFraction>sample string 5</TimeZoneFraction>
  <UserID>1</UserID>
</EventScheduleNoteSaveRequestModel>

multipart/form-data

Sample:
<EventScheduleNoteSaveRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.RequestModel"><ApiToken>sample string 1</ApiToken><AssignedCompanyID>1</AssignedCompanyID><AssignedUserID>1</AssignedUserID><CompanyLocalTimeZone>sample string 6</CompanyLocalTimeZone><ContactCustomerID>1</ContactCustomerID><ContactLeadID>1</ContactLeadID><ContactType>1</ContactType><Description>sample string 3</Description><EndDate>2025-07-17T03:59:34.0054876+00:00</EndDate><IsEnableTaskReminder>1</IsEnableTaskReminder><IsJob>1</IsJob><IsShowToCalendar>1</IsShowToCalendar><LocalTimeZone>sample string 4</LocalTimeZone><NoteTitle>sample string 2</NoteTitle><OpportunityID>1</OpportunityID><ReminderDateTime>2025-07-17T03:59:34.0054876+00:00</ReminderDateTime><ScheduleNoteID>1</ScheduleNoteID><StartDate>2025-07-17T03:59:34.0054876+00:00</StartDate><TaggedUser>sample string 7</TaggedUser><TaskStatusID>1</TaskStatusID><TimeZoneFraction>sample string 5</TimeZoneFraction><UserID>1</UserID></EventScheduleNoteSaveRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CommonResponseDataModel
NameDescriptionTypeAdditional information
ReturnID

integer

Required

Message

string

Required

Successful

boolean

Required

Code

integer

None.

TotalRecord

integer

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "returnID": 1,
  "message": "sample string 2",
  "successful": true,
  "code": 4,
  "totalRecord": 5
}

application/xml, text/xml

Sample:
<CommonResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">
  <Code>4</Code>
  <Message>sample string 2</Message>
  <ReturnID>1</ReturnID>
  <Successful>true</Successful>
  <TotalRecord>5</TotalRecord>
</CommonResponseDataModel>

multipart/form-data

Sample:
<CommonResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><Code>4</Code><Message>sample string 2</Message><ReturnID>1</ReturnID><Successful>true</Successful><TotalRecord>5</TotalRecord></CommonResponseDataModel>