POST api/T4C/Notifications/Create

Request Information

URI Parameters

None.

Body Parameters

CreateT4CNotificationRequest
NameDescriptionTypeAdditional information
EventType

string

None.

MyAccountProgramId

string

None.

PplId

string

None.

ProviderPplId

string

None.

CertificationName

string

None.

ExpirationDate

date

None.

AcknowledgementRequired

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "EventType": "sample string 1",
  "MyAccountProgramId": "sample string 2",
  "PplId": "sample string 3",
  "ProviderPplId": "sample string 4",
  "CertificationName": "sample string 5",
  "ExpirationDate": "2024-11-16T00:37:42.2656538-05:00",
  "AcknowledgementRequired": true
}

application/xml, text/xml

Sample:
<CreateT4CNotificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PPL.Services.WebApi.Models.T4C">
  <AcknowledgementRequired>true</AcknowledgementRequired>
  <CertificationName>sample string 5</CertificationName>
  <EventType>sample string 1</EventType>
  <ExpirationDate>2024-11-16T00:37:42.2656538-05:00</ExpirationDate>
  <MyAccountProgramId>sample string 2</MyAccountProgramId>
  <PplId>sample string 3</PplId>
  <ProviderPplId>sample string 4</ProviderPplId>
</CreateT4CNotificationRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CreateT4CNotificationRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.