To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
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/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<MobileSubscriptionsReportResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cdn.Api.ResponseObjects">
<CachedResponse>false</CachedResponse>
<ErrorText>String</ErrorText>
<OpCode>0</OpCode>
<RequestTime>String</RequestTime>
<ResponseTime>String</ResponseTime>
<Total>0</Total>
<TotalExecutionTime>String</TotalExecutionTime>
<AppleCount>0</AppleCount>
<GoogleCount>0</GoogleCount>
<Items>
<MobileSubscriptionReportItemDto>
<CategoryName>String</CategoryName>
<CommissionUsd>0</CommissionUsd>
<Company>String</Company>
<CustomerId>0</CustomerId>
<EmailAddress>String</EmailAddress>
<ExpirationDate>0001-01-01T00:00:00</ExpirationDate>
<FirstName>String</FirstName>
<GrossUsd>0</GrossUsd>
<IsActive>false</IsActive>
<IsAutorenew>false</IsAutorenew>
<IsCancelled>false</IsCancelled>
<LastName>String</LastName>
<OriginalTransactionId>String</OriginalTransactionId>
<Price>0</Price>
<ProceedsUsd>0</ProceedsUsd>
<ProductName>String</ProductName>
<RevenueNote>String</RevenueNote>
<StartDate>0001-01-01T00:00:00</StartDate>
<Store>String</Store>
<SubscriptionId>0</SubscriptionId>
<TaxUsd>0</TaxUsd>
</MobileSubscriptionReportItemDto>
</Items>
<LocalPriceTotal>0</LocalPriceTotal>
<OtherCount>0</OtherCount>
<Page>0</Page>
<PageCommissionUsd>0</PageCommissionUsd>
<PageGrossUsd>0</PageGrossUsd>
<PageProceedsUsd>0</PageProceedsUsd>
<PageSize>0</PageSize>
<RevenueWarning>String</RevenueWarning>
<Status>String</Status>
<UnattributedCount>0</UnattributedCount>
</MobileSubscriptionsReportResponse>