POST api/Transaction/PostCheckGoogleOrder
Request Information
URI Parameters
None.
Body Parameters
TransactionLogName | Description | Type | Additional information |
---|---|---|---|
PID | string |
None. |
|
ProductID | string |
None. |
|
OrderToken | string |
None. |
|
OrderID | string |
None. |
|
Money | string |
None. |
|
Origin | string |
None. |
|
ProductType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PID": "sample string 1", "ProductID": "sample string 2", "OrderToken": "sample string 3", "OrderID": "sample string 4", "Money": "sample string 5", "Origin": "sample string 6", "ProductType": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"