PUT api/v2/Notification/Sent
Request Information
URI Parameters
None.
Body Parameters
APINotification| Name | Description | Type | Additional information |
|---|---|---|---|
| IdentityKey | globally unique identifier |
None. |
|
| AccountId | string |
None. |
|
| ActionId | integer |
None. |
|
| PortalSource | string |
None. |
|
| ActionType | string |
None. |
|
| DueOn | date |
None. |
|
| NotificationId | integer |
None. |
|
| TemplateName | string |
None. |
|
| AttachmentFileId | globally unique identifier |
None. |
|
| CreatedOn | date |
None. |
|
| SentOn | date |
None. |
|
| Address | string |
None. |
|
| Subject | string |
None. |
|
| ContentHTML | string |
None. |
|
| ContentPlain | string |
None. |
|
| Parameters | Dictionary of string [key] and Object [value] |
None. |
|
| FailureResponse | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdentityKey": "5d64f876-81c1-448a-b146-4d0b0853a0d3",
"AccountId": "sample string 1",
"ActionId": 1,
"PortalSource": "sample string 2",
"ActionType": "sample string 3",
"DueOn": "2026-04-04T11:31:31.5775515Z",
"NotificationId": 4,
"TemplateName": "sample string 5",
"AttachmentFileId": "93e7e4c9-a02a-4607-904a-99892bc90d04",
"CreatedOn": "2026-04-04T11:31:31.5775515Z",
"SentOn": "2026-04-04T11:31:31.5775515Z",
"Address": "sample string 7",
"Subject": "sample string 8",
"ContentHTML": "sample string 9",
"ContentPlain": "sample string 10",
"Parameters": {},
"FailureResponse": "sample string 11"
}
application/xml, text/xml
Sample:
<APINotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lilaham.TaxIdPOC.Models.API"> <AccountId>sample string 1</AccountId> <ActionId>1</ActionId> <ActionType>sample string 3</ActionType> <Address>sample string 7</Address> <AttachmentFileId>93e7e4c9-a02a-4607-904a-99892bc90d04</AttachmentFileId> <ContentHTML>sample string 9</ContentHTML> <ContentPlain>sample string 10</ContentPlain> <CreatedOn>2026-04-04T11:31:31.5775515+00:00</CreatedOn> <DueOn>2026-04-04T11:31:31.5775515+00:00</DueOn> <FailureResponse>sample string 11</FailureResponse> <IdentityKey>5d64f876-81c1-448a-b146-4d0b0853a0d3</IdentityKey> <NotificationId>4</NotificationId> <Parameters xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <PortalSource>sample string 2</PortalSource> <SentOn>2026-04-04T11:31:31.5775515+00:00</SentOn> <Subject>sample string 8</Subject> <TemplateName>sample string 5</TemplateName> </APINotification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.