POST api/AppStaffNotificationAPI/AddStaffAppNotificationDataList

Documentation for 'AddStaffAppNotificationDataList'.

Request Information

Parameters

NameDescriptionAdditional information
appCom
Documentation for 'appCom'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MessageType": "sample string 1",
  "CreatedOn": "sample string 2",
  "Message": "sample string 3",
  "Subject": "sample string 4",
  "ImagePath": "sample string 5",
  "LinkAddress": "sample string 6",
  "PostedBy": "sample string 7",
  "NotificationDate": "sample string 8",
  "EmployeeCodeString": "sample string 9",
  "DepartmentCodeString": "sample string 10",
  "EmployeeCode": 11,
  "DepartmentCode": 12,
  "CreatedBy": "sample string 13",
  "CompanyCode": 14,
  "FYCode": 15,
  "APKId": 16,
  "Status": "sample string 17",
  "Response": true,
  "ErrorMsg": "sample string 19"
}

application/xml, text/xml

Sample:
<AppStaffNotificationDetailsRowAppVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fastup.SLWebAPI.Models.AppStaffNotification">
  <APKId>16</APKId>
  <CompanyCode>14</CompanyCode>
  <CreatedBy>sample string 13</CreatedBy>
  <CreatedOn>sample string 2</CreatedOn>
  <DepartmentCode>12</DepartmentCode>
  <DepartmentCodeString>sample string 10</DepartmentCodeString>
  <EmployeeCode>11</EmployeeCode>
  <EmployeeCodeString>sample string 9</EmployeeCodeString>
  <ErrorMsg>sample string 19</ErrorMsg>
  <FYCode>15</FYCode>
  <ImagePath>sample string 5</ImagePath>
  <LinkAddress>sample string 6</LinkAddress>
  <Message>sample string 3</Message>
  <MessageType>sample string 1</MessageType>
  <NotificationDate>sample string 8</NotificationDate>
  <PostedBy>sample string 7</PostedBy>
  <Response>true</Response>
  <Status>sample string 17</Status>
  <Subject>sample string 4</Subject>
</AppStaffNotificationDetailsRowAppVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "MessageType": "sample string 1",
  "CreatedOn": "sample string 2",
  "Message": "sample string 3",
  "Subject": "sample string 4",
  "ImagePath": "sample string 5",
  "LinkAddress": "sample string 6",
  "PostedBy": "sample string 7",
  "NotificationDate": "sample string 8",
  "EmployeeCodeString": "sample string 9",
  "DepartmentCodeString": "sample string 10",
  "EmployeeCode": 11,
  "DepartmentCode": 12,
  "CreatedBy": "sample string 13",
  "CompanyCode": 14,
  "FYCode": 15,
  "APKId": 16,
  "Status": "sample string 17",
  "Response": true,
  "ErrorMsg": "sample string 19"
}

application/xml, text/xml

Sample:
<AppStaffNotificationDetailsRowAppVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fastup.SLWebAPI.Models.AppStaffNotification">
  <APKId>16</APKId>
  <CompanyCode>14</CompanyCode>
  <CreatedBy>sample string 13</CreatedBy>
  <CreatedOn>sample string 2</CreatedOn>
  <DepartmentCode>12</DepartmentCode>
  <DepartmentCodeString>sample string 10</DepartmentCodeString>
  <EmployeeCode>11</EmployeeCode>
  <EmployeeCodeString>sample string 9</EmployeeCodeString>
  <ErrorMsg>sample string 19</ErrorMsg>
  <FYCode>15</FYCode>
  <ImagePath>sample string 5</ImagePath>
  <LinkAddress>sample string 6</LinkAddress>
  <Message>sample string 3</Message>
  <MessageType>sample string 1</MessageType>
  <NotificationDate>sample string 8</NotificationDate>
  <PostedBy>sample string 7</PostedBy>
  <Response>true</Response>
  <Status>sample string 17</Status>
  <Subject>sample string 4</Subject>
</AppStaffNotificationDetailsRowAppVM>