POST accounts/subscription/Android?hub={hub}
registers a new modification on a subscribtion (create, cancel...) from the google store
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
hub |
Boolean to indicate if the Subscription is a Hub type or not |
boolean |
Default value is False |
Body Parameters
the different parameters of the flipr
Flipr.Gateway.Subscriptions.Business.Input.InAppSubscriptionName | Description | Type | Additional information |
---|---|---|---|
subscriptionId | string |
None. |
|
receipt | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "subscriptionId": "sample string 1", "receipt": "sample string 2" }
text/html
Sample:
{"subscriptionId":"sample string 1","receipt":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Return if the operation has been released successfully.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.