POST Notification/Notification_Insert

Request Information

URI Parameters

None.

Body Parameters

Notification
NameDescriptionTypeAdditional information
Id

integer

None.

BranchId

integer

None.

RoleId

integer

None.

UserId

integer

None.

Type

integer

None.

RelatedItemId

integer

None.

CreatedDate

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

IsRead

boolean

None.

IsDeleted

boolean

None.

PrimaryMessage

string

None.

SecondaryMessage

string

None.

Message

string

None.

DeletedBy

integer

None.

Link

string

None.

strType

string

None.

PrimaryType

string

None.

SecondaryType

string

None.

ModuleId

integer

None.

ToModuleId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "BranchId": 2,
  "RoleId": 1,
  "UserId": 1,
  "Type": 3,
  "RelatedItemId": 1,
  "CreatedDate": "2025-10-29T05:53:04.8376923+03:00",
  "CreatedBy": 5,
  "UpdatedBy": 6,
  "UpdatedDate": "2025-10-29T05:53:04.8376923+03:00",
  "IsRead": true,
  "IsDeleted": true,
  "PrimaryMessage": "sample string 10",
  "SecondaryMessage": "sample string 11",
  "Message": "sample string 12",
  "DeletedBy": 1,
  "Link": "sample string 13",
  "strType": "sample string 14",
  "PrimaryType": "sample string 15",
  "SecondaryType": "sample string 16",
  "ModuleId": 17,
  "ToModuleId": 18
}

application/xml, text/xml

Sample:
<Notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO.Classes">
  <BranchId>2</BranchId>
  <CreatedBy>5</CreatedBy>
  <CreatedDate>2025-10-29T05:53:04.8376923+03:00</CreatedDate>
  <DeletedBy>1</DeletedBy>
  <Id>1</Id>
  <IsDeleted>true</IsDeleted>
  <IsRead>true</IsRead>
  <Link>sample string 13</Link>
  <Message>sample string 12</Message>
  <ModuleId>17</ModuleId>
  <PrimaryMessage>sample string 10</PrimaryMessage>
  <PrimaryType>sample string 15</PrimaryType>
  <RelatedItemId>1</RelatedItemId>
  <RoleId>1</RoleId>
  <SecondaryMessage>sample string 11</SecondaryMessage>
  <SecondaryType>sample string 16</SecondaryType>
  <ToModuleId>18</ToModuleId>
  <Type>3</Type>
  <UpdatedBy>6</UpdatedBy>
  <UpdatedDate>2025-10-29T05:53:04.8376923+03:00</UpdatedDate>
  <UserId>1</UserId>
  <strType>sample string 14</strType>
</Notification>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
ErrorCode

integer

None.

ErrorMessage

string

None.

IsScusses

boolean

None.

ResponseDetails

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorCode": 1,
  "ErrorMessage": "sample string 2",
  "IsScusses": true,
  "ResponseDetails": {}
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPAPI.Models">
  <ErrorCode>1</ErrorCode>
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsScusses>true</IsScusses>
  <ResponseDetails />
</Response>