GET api/notification/SendNotifications

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

NotificationsResponse
NameDescriptionTypeAdditional information
Status

APIStatus

None.

Result

NotificationsResult

None.

ErrorList

Collection of ErrorItem

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": null,
  "Result": {
    "Total": 1,
    "Processed": 2,
    "Errors": 3
  },
  "ErrorList": null
}

text/html

Sample:
{"Status":null,"Result":{"Total":1,"Processed":2,"Errors":3},"ErrorList":null}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'Common.APIStatus' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'Common.APIStatus' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.