Cdn API - CPG Source

<back to all web services

MobileSubscriptionsReportRequest

Cdn.Api

The following routes are available for this service:
GET/MobileSubscriptionsReportRequest
MobileSubscriptionsReportRequest Parameters:
NameParameterData TypeRequiredDescription
FromDatequerystringNo
ToDatequerystringNo
StorequerystringNo
IncludeCompsqueryboolNo
ActiveOnlyqueryboolNo
IncludeStoreRevenuequeryboolNo
PagequeryintNo
ClearCachequeryboolNo
MobileSubscriptionsReportResponse Parameters:
NameParameterData TypeRequiredDescription
ItemsformList<MobileSubscriptionReportItemDto>No
LocalPriceTotalformdecimalNo
AppleCountformintNo
GoogleCountformintNo
OtherCountformintNo
PageGrossUsdformdecimal?No
PageCommissionUsdformdecimal?No
PageProceedsUsdformdecimal?No
UnattributedCountformintNo
StatusformstringNo
RevenueWarningformstringNo
PageformintNo
PageSizeformintNo
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
TotalformintNo
OpCodeformintNo
ErrorTextformstringNo
RequestTimeformstringNo
ResponseTimeformstringNo
TotalExecutionTimeformstringNo
CachedResponseformboolNo
MobileSubscriptionReportItemDto Parameters:
NameParameterData TypeRequiredDescription
SubscriptionIdformlongNo
CustomerIdformlongNo
FirstNameformstringNo
LastNameformstringNo
CompanyformstringNo
EmailAddressformstringNo
ProductNameformstringNo
CategoryNameformstringNo
StoreformstringNo
OriginalTransactionIdformstringNo
StartDateformDateTimeNo
ExpirationDateformDateTimeNo
IsAutorenewformboolNo
IsCancelledformboolNo
IsActiveformboolNo
PriceformdecimalNo
GrossUsdformdecimal?No
CommissionUsdformdecimal?No
TaxUsdformdecimal?No
ProceedsUsdformdecimal?No
RevenueNoteformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /MobileSubscriptionsReportRequest HTTP/1.1 
Host: cdnapidev.greysheet.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Items: 
	[
		{
			SubscriptionId: 0,
			CustomerId: 0,
			FirstName: String,
			LastName: String,
			Company: String,
			EmailAddress: String,
			ProductName: String,
			CategoryName: String,
			Store: String,
			OriginalTransactionId: String,
			StartDate: 0001-01-01,
			ExpirationDate: 0001-01-01,
			IsAutorenew: False,
			IsCancelled: False,
			IsActive: False,
			Price: 0,
			GrossUsd: 0,
			CommissionUsd: 0,
			TaxUsd: 0,
			ProceedsUsd: 0,
			RevenueNote: String
		}
	],
	LocalPriceTotal: 0,
	AppleCount: 0,
	GoogleCount: 0,
	OtherCount: 0,
	PageGrossUsd: 0,
	PageCommissionUsd: 0,
	PageProceedsUsd: 0,
	UnattributedCount: 0,
	Status: String,
	RevenueWarning: String,
	Page: 0,
	PageSize: 0,
	Total: 0,
	OpCode: 0,
	ErrorText: String,
	RequestTime: String,
	ResponseTime: String,
	TotalExecutionTime: String,
	CachedResponse: False
}