POST api/notification/send

Request Information

URI Parameters

None.

Body Parameters

NotificationRequest1
NameDescriptionTypeAdditional information
ServiceProviderId

string

None.

ServiceDescriptionEN

string

None.

ServiceDescriptionAR

string

None.

AuthenticationReasonEn

string

None.

AuthenticationReasonAr

string

None.

SPCallbackURL

string

None.

PersonCivilNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ServiceProviderId": "sample string 1",
  "ServiceDescriptionEN": "sample string 2",
  "ServiceDescriptionAR": "sample string 3",
  "AuthenticationReasonEn": "sample string 4",
  "AuthenticationReasonAr": "sample string 5",
  "SPCallbackURL": "sample string 6",
  "PersonCivilNo": "sample string 7"
}

application/xml, text/xml

Sample:
<NotificationRequest1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <AuthenticationReasonAr>sample string 5</AuthenticationReasonAr>
  <AuthenticationReasonEn>sample string 4</AuthenticationReasonEn>
  <PersonCivilNo>sample string 7</PersonCivilNo>
  <SPCallbackURL>sample string 6</SPCallbackURL>
  <ServiceDescriptionAR>sample string 3</ServiceDescriptionAR>
  <ServiceDescriptionEN>sample string 2</ServiceDescriptionEN>
  <ServiceProviderId>sample string 1</ServiceProviderId>
</NotificationRequest1>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.