POST api/IAP/CheckIOS_IAPResult?User_GUID={User_GUID}&Platform={Platform}&Product_ID={Product_ID}&Trans_ID={Trans_ID}&send_Result={send_Result}&Product_Amount={Product_Amount}&Item_Type={Item_Type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| User_GUID | string |
Required |
|
| Platform | string |
Required |
|
| Product_ID | string |
Required |
|
| Trans_ID | string |
Required |
|
| send_Result | string |
Required |
|
| Product_Amount | integer |
Required |
|
| Item_Type | string |
Required |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>