POST api/TPGTemplate/OOBWarningNotificationEmail

Request Information

URI Parameters

None.

Body Parameters

SelectSubscriberDailyOOBWarningNotificationsToBeSentResult
NameDescriptionTypeAdditional information
SubscriberDailyWarningOOBNotificationId

integer

None.

SubscriberId

integer

None.

MSISDN

string

None.

WarningDate

date

None.

OutOfBundleAmount

decimal number

None.

OutOfBundleWarningAmount

decimal number

None.

MessageLogId

integer

None.

SendNotificationToUser

boolean

None.

SendNotificationToManager

boolean

None.

SubscriberName

string

None.

SubscriberEmailAddress

string

None.

ManagerName

string

None.

ManagerEmailAddress

string

None.

NotificationCcList

string

None.

NotificationBccList

string

None.

CreatedDate

date

None.

CostCentreName

string

None.

DepartmentName

string

None.

SubscriberUsageProfileName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SubscriberDailyWarningOOBNotificationId": 1,
  "SubscriberId": 1,
  "MSISDN": "sample string 1",
  "WarningDate": "2026-01-14T16:45:00.7507834+02:00",
  "OutOfBundleAmount": 1.0,
  "OutOfBundleWarningAmount": 1.0,
  "MessageLogId": 1,
  "SendNotificationToUser": true,
  "SendNotificationToManager": true,
  "SubscriberName": "sample string 2",
  "SubscriberEmailAddress": "sample string 3",
  "ManagerName": "sample string 4",
  "ManagerEmailAddress": "sample string 5",
  "NotificationCcList": "sample string 6",
  "NotificationBccList": "sample string 7",
  "CreatedDate": "2026-01-14T16:45:00.7507834+02:00",
  "CostCentreName": "sample string 8",
  "DepartmentName": "sample string 9",
  "SubscriberUsageProfileName": "sample string 10"
}

application/xml, text/xml

Sample:
<SelectSubscriberDailyOOBWarningNotificationsToBeSentResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Visibill.EmailTemplate.Api.Models">
  <CostCentreName>sample string 8</CostCentreName>
  <CreatedDate>2026-01-14T16:45:00.7507834+02:00</CreatedDate>
  <DepartmentName>sample string 9</DepartmentName>
  <MSISDN>sample string 1</MSISDN>
  <ManagerEmailAddress>sample string 5</ManagerEmailAddress>
  <ManagerName>sample string 4</ManagerName>
  <MessageLogId>1</MessageLogId>
  <NotificationBccList>sample string 7</NotificationBccList>
  <NotificationCcList>sample string 6</NotificationCcList>
  <OutOfBundleAmount>1</OutOfBundleAmount>
  <OutOfBundleWarningAmount>1</OutOfBundleWarningAmount>
  <SendNotificationToManager>true</SendNotificationToManager>
  <SendNotificationToUser>true</SendNotificationToUser>
  <SubscriberDailyWarningOOBNotificationId>1</SubscriberDailyWarningOOBNotificationId>
  <SubscriberEmailAddress>sample string 3</SubscriberEmailAddress>
  <SubscriberId>1</SubscriberId>
  <SubscriberName>sample string 2</SubscriberName>
  <SubscriberUsageProfileName>sample string 10</SubscriberUsageProfileName>
  <WarningDate>2026-01-14T16:45:00.7507834+02:00</WarningDate>
</SelectSubscriberDailyOOBWarningNotificationsToBeSentResult>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.