POST api/Contact/GetContactNotifications
Request Information
URI Parameters
None.
Body Parameters
NoteRequestInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | integer |
None. |
|
| UserId | integer |
None. |
|
| UserType | string |
None. |
|
| CustomerId | integer |
None. |
|
| ContactId | integer |
None. |
|
| TokenId | string |
None. |
|
| dbOperation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": 1,
"UserId": 2,
"UserType": "sample string 3",
"CustomerId": 4,
"ContactId": 5,
"TokenId": "sample string 6",
"dbOperation": "sample string 7"
}
application/xml, text/xml
Sample:
<NoteRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AttendanceInfo"> <ContactId>5</ContactId> <CustomerId>4</CustomerId> <TokenId>sample string 6</TokenId> <UserId>2</UserId> <UserType>sample string 3</UserType> <dbOperation>sample string 7</dbOperation> <Type>1</Type> </NoteRequestInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NoteResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| objNoteInfoList | Collection of NoteInfo |
None. |
|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Exception | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"objNoteInfoList": [
{
"MHID": 1,
"Subject": "sample string 2",
"DearText": "sample string 3",
"NoteText": "sample string 4",
"URLLink": "sample string 5",
"Signature": "sample string 6",
"AudioPath": "sample string 7",
"ImagePath": "sample string 8",
"VedioPath": "sample string 9",
"DocPath": "sample string 10",
"SendDate": "2025-12-22T15:51:31.429586+05:30"
},
{
"MHID": 1,
"Subject": "sample string 2",
"DearText": "sample string 3",
"NoteText": "sample string 4",
"URLLink": "sample string 5",
"Signature": "sample string 6",
"AudioPath": "sample string 7",
"ImagePath": "sample string 8",
"VedioPath": "sample string 9",
"DocPath": "sample string 10",
"SendDate": "2025-12-22T15:51:31.429586+05:30"
}
],
"Status": 1,
"Message": "sample string 2",
"Exception": "sample string 3"
}
application/xml, text/xml
Sample:
<NoteResponseInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AttendanceInfo">
<Exception>sample string 3</Exception>
<Message>sample string 2</Message>
<Status>1</Status>
<objNoteInfoList>
<NoteInfo>
<AudioPath>sample string 7</AudioPath>
<DearText>sample string 3</DearText>
<DocPath>sample string 10</DocPath>
<ImagePath>sample string 8</ImagePath>
<MHID>1</MHID>
<NoteText>sample string 4</NoteText>
<SendDate>2025-12-22T15:51:31.429586+05:30</SendDate>
<Signature>sample string 6</Signature>
<Subject>sample string 2</Subject>
<URLLink>sample string 5</URLLink>
<VedioPath>sample string 9</VedioPath>
</NoteInfo>
<NoteInfo>
<AudioPath>sample string 7</AudioPath>
<DearText>sample string 3</DearText>
<DocPath>sample string 10</DocPath>
<ImagePath>sample string 8</ImagePath>
<MHID>1</MHID>
<NoteText>sample string 4</NoteText>
<SendDate>2025-12-22T15:51:31.429586+05:30</SendDate>
<Signature>sample string 6</Signature>
<Subject>sample string 2</Subject>
<URLLink>sample string 5</URLLink>
<VedioPath>sample string 9</VedioPath>
</NoteInfo>
</objNoteInfoList>
</NoteResponseInfo>