POST api/project/generatenotification

To Schedule meeting

Request Information

URI Parameters

None.

Body Parameters

mlNotification
NamedescriptionTypeAdditional information
NotificationID

globally unique identifier

None.

Title

string

None.

Description

string

None.

NotificationType

string

None.

ReceiverType

string

None.

NotificationDate

date

None.

ImageURL

string

None.

DocumentType

string

None.

FileName

string

None.

DocumentData

Collection of byte

None.

MIMEType

string

None.

ReferenceID

globally unique identifier

None.

ReferenceTable

string

None.

Projectid

integer

None.

others

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Description": "sample string 3",
  "DocumentData": [
    64,
    64
  ],
  "DocumentType": "sample string 8",
  "FileName": "sample string 9",
  "ImageURL": "sample string 7",
  "MIMEType": "sample string 10",
  "NotificationDate": "2025-12-06T09:15:25.535+05:30",
  "NotificationID": "bd232c48-2f67-4846-bcb4-8aebdf3fcbfa",
  "NotificationType": "sample string 4",
  "Projectid": 13,
  "ReceiverType": "sample string 5",
  "ReferenceID": "6e0b6d92-7546-4559-a949-d03c96b99af3",
  "ReferenceTable": "sample string 12",
  "Title": "sample string 2",
  "others": "sample string 14"
}

application/xml, text/xml

Sample:
<mlNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Project">
  <Description>sample string 3</Description>
  <DocumentData>QEA=</DocumentData>
  <DocumentType>sample string 8</DocumentType>
  <FileName>sample string 9</FileName>
  <ImageURL>sample string 7</ImageURL>
  <MIMEType>sample string 10</MIMEType>
  <NotificationDate>2025-12-06T09:15:25.5356722+05:30</NotificationDate>
  <NotificationID>bd232c48-2f67-4846-bcb4-8aebdf3fcbfa</NotificationID>
  <NotificationType>sample string 4</NotificationType>
  <Projectid>13</Projectid>
  <ReceiverType>sample string 5</ReceiverType>
  <ReferenceID>6e0b6d92-7546-4559-a949-d03c96b99af3</ReferenceID>
  <ReferenceTable>sample string 12</ReferenceTable>
  <Title>sample string 2</Title>
  <others>sample string 14</others>
</mlNotification>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.