Retrieve newsletter availability information for a collection of parameters.
The request body is of type http://www.FatTail.com/api:GetNewsletterAvailabilityList.
Request Body Parameters
Name | Description | Data Type |
availParamList | Collection of availability parameters. | http://www.FatTail.com/api:ArrayOfNewsletterAvailabilityRequest |
Overview
 |
 |
Sequence
 |
availParamList optional ArrayOfNewsletterAvailabilityRequest Complex Type
 |
Sequence
 |
 |
Sequence
 |
EndDate xs:dateTime
End date of period for which availability is being requested.
|
 |
MediaElementID xs:long
System ID for the media element representing the newsletter.
|
 |
StartDate xs:dateTime
Start date of the period for which availability is being requested.
| | | | | | |
The response body is of type http://www.FatTail.com/api:GetNewsletterAvailabilityListResponse.
Response Body Parameters
Name | Description | Data Type |
GetNewsletterAvailabilityListResult | Collection of NewsletterAvailability objects containing availability information for the parameters specified in the request. | http://www.FatTail.com/api:ArrayOfNewsletterAvailability |
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
 |
Sequence
 |
Available optional xs:long
Impressions available for the newsletter.
|
 |
ClientID optional xs:long
System ID for the Client on the order the newsletter is booked on, if the newsletter is not available for the date requested.
|
 |
EndDate optional xs:dateTime
End date of the newsletter run.
|
 |
MediaElementID optional xs:long
System ID for the media element of the newsletter.
|
 |
OrderStatusID optional xs:long
System ID for the order status on the order the newsletter is booked on, if the newsletter is not available.
|
 |
StartDate optional xs:dateTime
Start date of the newsletter.
| | | | | | |