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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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: application/json
HTTP/1.1 200 OK
Content-Type: application/json
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":"\/Date(-62135596800000-0000)\/","ExpirationDate":"\/Date(-62135596800000-0000)\/","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}