POST api/Log/SaveHostedPaymentPageSubmitResponse
Request Information
URI Parameters
None.
Body Parameters
HostedPaymentPageSubmitResponseStringName | Description | Type | Additional information |
---|---|---|---|
pageSubmitResponseString | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "pageSubmitResponseString": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MyResultsName | Description | Type | Additional information |
---|---|---|---|
MyReturn | boolean |
None. |
|
MyMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "MyReturn": true, "MyMsg": "sample string 2" }