POST api/app/Schedule/AddScheduleNotes

Request Information

URI Parameters

None.

Body Parameters

AddScheduleNotesBindingModel
NameDescriptionTypeAdditional information
ERPType

string

Required

ERPCCID

string

Required

TaskId

string

Required

NoteText

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ERPType": "sample string 1",
  "ERPCCID": "sample string 2",
  "TaskId": "sample string 3",
  "NoteText": "sample string 4"
}

application/xml, text/xml

Sample:
<AddScheduleNotesBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.BindingModel">
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels">700b01f7-3f78-48a1-88e2-dd6bf2cffdbe</RequestId>
  <ERPCCID>sample string 2</ERPCCID>
  <ERPType>sample string 1</ERPType>
  <NoteText>sample string 4</NoteText>
  <TaskId>sample string 3</TaskId>
</AddScheduleNotesBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseModelOfScheduleNote
NameDescriptionTypeAdditional information
ResponseTime

date

None.

ResponseCode

ResponseCode

None.

ResponseMessage

string

None.

ResponsePermission

string

None.

DataSet

ScheduleNote

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseTime": "2026-02-17T06:39:18.8887023+00:00",
  "ResponseCode": 0,
  "ResponseMessage": "sample string 2",
  "ResponsePermission": "sample string 3",
  "DataSet": {
    "ID": "sample string 1",
    "NoteText": "sample string 2",
    "DateTimeStamp": "2026-02-17 06:39:18",
    "SubmittedBy": "sample string 4",
    "IsSubmittedByCurrentUser": true,
    "SubmittedByImageURL": "sample string 6",
    "IsRTL": true,
    "ERPType": 0,
    "ERPCCID": "sample string 8",
    "Visibility": "sample string 9",
    "TaskId": "sample string 10",
    "CreatedDate": "sample string 11",
    "LastModifiedDate": "sample string 12",
    "SubmittedByFullName": "sample string 13"
  }
}

application/xml, text/xml

Sample:
<ResponseModelOfScheduleNoteGfGDKy70 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels">
  <DataSet xmlns:d2p1="http://schemas.datacontract.org/2004/07/Central.API.DataProviders.Model">
    <d2p1:CreatedDate>sample string 11</d2p1:CreatedDate>
    <d2p1:DateTimeStamp>2026-02-17T06:39:18.8887023+00:00</d2p1:DateTimeStamp>
    <d2p1:ERPCCID>sample string 8</d2p1:ERPCCID>
    <d2p1:ERPType>All</d2p1:ERPType>
    <d2p1:ID>sample string 1</d2p1:ID>
    <d2p1:IsRTL>true</d2p1:IsRTL>
    <d2p1:IsSubmittedByCurrentUser>true</d2p1:IsSubmittedByCurrentUser>
    <d2p1:LastModifiedDate>sample string 12</d2p1:LastModifiedDate>
    <d2p1:NoteText>sample string 2</d2p1:NoteText>
    <d2p1:SubmittedBy>sample string 4</d2p1:SubmittedBy>
    <d2p1:SubmittedByFullName>sample string 13</d2p1:SubmittedByFullName>
    <d2p1:SubmittedByImageURL>sample string 6</d2p1:SubmittedByImageURL>
    <d2p1:TaskId>sample string 10</d2p1:TaskId>
    <d2p1:Visibility>sample string 9</d2p1:Visibility>
  </DataSet>
  <ResponseCode>NoDataFound</ResponseCode>
  <ResponseMessage>sample string 2</ResponseMessage>
  <ResponsePermission>sample string 3</ResponsePermission>
  <ResponseTime>2026-02-17T06:39:18.8887023+00:00</ResponseTime>
</ResponseModelOfScheduleNoteGfGDKy70>