POST api/packagetypesfeatures/AddAndroidInAppPurchaseDetails
Request Information
URI Parameters
None.
Body Parameters
AndroidInAppPurchaseDetailsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PackageTypeID | integer |
None. |
|
| PackageTypeProductID | string |
None. |
|
| CurrencySymbol | string |
None. |
|
| PackagePrice | decimal number |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| IsPackageDowngraded | boolean |
None. |
|
| PlatformType | string |
None. |
|
| PurchaseID | string |
None. |
|
| PurchaseToken | string |
None. |
|
| PurchaseStatus | string |
None. |
|
| localVerificationData | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PackageTypeID": 1,
"PackageTypeProductID": "sample string 2",
"CurrencySymbol": "sample string 3",
"PackagePrice": 1.1,
"StartDate": "2025-12-17T10:05:01.4792702+00:00",
"EndDate": "2025-12-17T10:05:01.4792702+00:00",
"IsPackageDowngraded": true,
"PlatformType": "sample string 7",
"PurchaseID": "sample string 8",
"PurchaseToken": "sample string 9",
"PurchaseStatus": "sample string 10",
"localVerificationData": "sample string 11"
}
multipart/form-data
Sample:
{"PackageTypeID":1,"PackageTypeProductID":"sample string 2","CurrencySymbol":"sample string 3","PackagePrice":1.1,"StartDate":"2025-12-17T10:05:01.4792702+00:00","EndDate":"2025-12-17T10:05:01.4792702+00:00","IsPackageDowngraded":true,"PlatformType":"sample string 7","PurchaseID":"sample string 8","PurchaseToken":"sample string 9","PurchaseStatus":"sample string 10","localVerificationData":"sample string 11"}
application/xml, text/xml
Sample:
<AndroidInAppPurchaseDetailsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScrupUpBusinessModel.DTO"> <CurrencySymbol>sample string 3</CurrencySymbol> <EndDate>2025-12-17T10:05:01.4792702+00:00</EndDate> <IsPackageDowngraded>true</IsPackageDowngraded> <PackagePrice>1.1</PackagePrice> <PackageTypeID>1</PackageTypeID> <PackageTypeProductID>sample string 2</PackageTypeProductID> <PlatformType>sample string 7</PlatformType> <PurchaseID>sample string 8</PurchaseID> <PurchaseStatus>sample string 10</PurchaseStatus> <PurchaseToken>sample string 9</PurchaseToken> <StartDate>2025-12-17T10:05:01.4792702+00:00</StartDate> <localVerificationData>sample string 11</localVerificationData> </AndroidInAppPurchaseDetailsDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.